diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:28:32 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-07 18:28:32 -0700 |
commit | b3fe5abcd7c389dfd23fa808cc8862150868eaf7 (patch) | |
tree | 5b8fdff14b850aad5380a74445b450aeb5e32d2f /youtube/templates/subscriptions.html | |
parent | 93bbe1179be844b21387168dc8fb62b878ee1f7d (diff) | |
download | yt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.tar.lz yt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.tar.xz yt-local-b3fe5abcd7c389dfd23fa808cc8862150868eaf7.zip |
Subscriptions: Add some space around video grid
Diffstat (limited to 'youtube/templates/subscriptions.html')
-rw-r--r-- | youtube/templates/subscriptions.html | 2 |
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; |