Move sorting options to separate bar

This commit is contained in:
syeopite 2021-06-24 10:57:45 -07:00
parent ef42c41282
commit 9d550b53de
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
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;
}