From bc8db064d24e58a6475349d3c7b7d8d911b61a3f Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 12:02:40 -0700 Subject: Layout: add some space below more comments button --- youtube/static/comments.css | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/static/comments.css') 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; } -- cgit v1.2.3 From e9b16ef71fc25f12e26da79392fa91ae30aabe5d Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 25 Aug 2019 15:25:24 -0700 Subject: Layout: Add themes --- youtube/static/comments.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'youtube/static/comments.css') diff --git a/youtube/static/comments.css b/youtube/static/comments.css index 1a5bec9..85f0cc1 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -69,7 +69,7 @@ display:grid; grid-template-columns: auto auto 100px 1fr; grid-template-rows: 0fr 0fr 0fr 0fr; - background-color: #dadada; + background-color: var(--interface-color); justify-content: start; } @@ -102,8 +102,6 @@ grid-column: 3; grid-row: 1; white-space: nowrap; - color: black; - } -- cgit v1.2.3