From 8756788bfc6c3c74b31f7dd912306a79ce727ca1 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 23 Sep 2017 20:10:23 +0300 Subject: [PATCH] Fix paddings --- theme.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/theme.css b/theme.css index 93ed5f1..fda60aa 100644 --- a/theme.css +++ b/theme.css @@ -74,10 +74,6 @@ body { color: #268bd2; } -#viewport .lt { - display: block; -} - #viewport .lt::after { border-color: #002b36; } @@ -113,12 +109,11 @@ body { #sidebar .chan:first-child { color: #268bd2; - padding-left: 10px; } #sidebar .chan, #sidebar .chan-placeholder { - padding-left: 10px; + padding: 8px 20px; } #sidebar .badge { @@ -172,10 +167,6 @@ body { height: 43px; } -#sidebar .networks { - padding: 20px 20px 0; -} - #main { left: 200px; }