aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-07 18:28:32 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-07 18:28:32 -0700
commitb3fe5abcd7c389dfd23fa808cc8862150868eaf7 (patch)
tree5b8fdff14b850aad5380a74445b450aeb5e32d2f
parent93bbe1179be844b21387168dc8fb62b878ee1f7d (diff)
downloadyt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.tar.lz
yt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.tar.xz
yt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.zip
Subscriptions: Add some space around video grid
-rw-r--r--youtube/templates/subscriptions.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/templates/subscriptions.html b/youtube/templates/subscriptions.html
index 5c31e92..12430a5 100644
--- a/youtube/templates/subscriptions.html
+++ b/youtube/templates/subscriptions.html
@@ -9,6 +9,8 @@
}
.video-section{
flex-grow: 1;
+ padding-left: 10px;
+ padding-top: 10px;
}
.video-section .page-button-row{
justify-content: center;