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%); }