Move sorting options to separate bar

This commit is contained in:
syeopite
2021-06-24 10:57:45 -07:00
parent ca4afd59f4
commit f2039d6dcf
2 changed files with 33 additions and 31 deletions

View File

@@ -179,3 +179,8 @@ only show up when the screen is wide enough */
.light-theme .trailer-timestamp {
color: rgb(127, 127, 127);
}
#content-navigation {
display: flex;
}