mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-17 21:08:06 +00:00
Center sorting options on small displays (<640px)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user