diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:02:40 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:02:40 -0700 |
commit | bc8db064d24e58a6475349d3c7b7d8d911b61a3f (patch) | |
tree | 057498ff22d8b29ff661258ecd7f660e8ccab2d6 /youtube | |
parent | f2eb35419769629bfc8c4d7a7f545b8cb5c37c3f (diff) | |
download | yt-local-bc8db064d24e58a6475349d3c7b7d8d911b61a3f.tar.lz yt-local-bc8db064d24e58a6475349d3c7b7d8d911b61a3f.tar.xz yt-local-bc8db064d24e58a6475349d3c7b7d8d911b61a3f.zip |
Layout: add some space below more comments button
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/comments.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/comments.css b/youtube/static/comments.css index 4cec3e1..1a5bec9 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -126,4 +126,5 @@ .more-comments{ justify-self:center; margin-top:10px; + margin-bottom: 10px; } |