mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
settings css fixes
This commit is contained in:
parent
50c87a6842
commit
87354009b5
1 changed files with 4 additions and 2 deletions
|
@ -593,7 +593,7 @@ svg {
|
|||
|
||||
|
||||
/* Top bar navigation for smaller screens */
|
||||
@media only screen and (max-height: 650px), only screen and (max-width: 1200px) {
|
||||
@media only screen and (max-height: 725px), only screen and (max-width: 1200px) {
|
||||
#options-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -666,6 +666,8 @@ svg {
|
|||
@media only screen and (max-width: 800px) {
|
||||
#options {
|
||||
padding: 0 15px;
|
||||
justify-content: left;
|
||||
}
|
||||
#options > div {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue