mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Center sorting options on small displays (<640px)
This commit is contained in:
parent
00be2e067e
commit
102d88a594
2 changed files with 8 additions and 1 deletions
|
@ -183,4 +183,11 @@ only show up when the screen is wide enough */
|
|||
|
||||
#content-navigation {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Center sorting options when screen is less than 640px*/
|
||||
@media screen and (max-width: 640px) {
|
||||
#sort-options {
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue