diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-12-17 02:24:55 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-12-17 02:24:55 -0800 |
commit | 75b0c52f5743f837f7dc676fb780882388820e4d (patch) | |
tree | f2047e26ed8fd69e3830405e9fa8f1c2a0090377 /youtube/shared.css | |
parent | 4825337f3b4ba7064e83f75c12abf44ff30ab6d7 (diff) | |
download | yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.tar.lz yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.tar.xz yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.zip |
Ability to sort channel videos by oldest and by views
Diffstat (limited to 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index 1c25b6d..b23f6b7 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -365,3 +365,8 @@ address{ font-weight: bold; text-align: center; } +.sort-button{ + background-color: #d0d0d0; + padding: 2px; + justify-self: start; +}
\ No newline at end of file |