aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/shared.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-24 16:45:01 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-24 16:45:01 -0700
commitcb5f36581d74c22b6a0705dedf6acf40b6e052db (patch)
tree6366c8e83834f26109553806ba2ab09b3f867be9 /youtube/static/shared.css
parent943e1cd7512799c217451b33118b72b66b95b1be (diff)
downloadyt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.tar.lz
yt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.tar.xz
yt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.zip
Layout: add option to hide comments/related vids by default but click to show using <details>
Diffstat (limited to 'youtube/static/shared.css')
-rw-r--r--youtube/static/shared.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css
index de9e03b..db3efef 100644
--- a/youtube/static/shared.css
+++ b/youtube/static/shared.css
@@ -102,6 +102,7 @@ body{
main{
flex-grow: 1;
+ padding-bottom: 20px;
}