From fcd4f76c97d427d1b190ad02d22e0ae8d0938870 Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Thu, 4 Jan 2018 23:13:00 +0000 Subject: [PATCH] Add padding to channels list bottom --- webapp/titanembeds/static/css/embedstyle.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index 3da43da..e724820 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -261,6 +261,11 @@ nav .brand-logo { background: linear-gradient(to right, #f9f9f9 90%, #fff); } +#channels-list { + display: block; + margin-bottom: 40px; +} + #channels-list > li:hover { -webkit-filter: brightness(150%); }