From 25f364ddc6db62f50e4a549435d978cc4fba9e64 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 19 Jun 2018 13:15:36 +0300 Subject: [PATCH] Resize logo in sidebar --- theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 68dbb9c..cfaa912 100644 --- a/theme.css +++ b/theme.css @@ -33,6 +33,14 @@ display: inline-block; } +#sidebar .logo-container { + padding-top: 5px; +} + +#sidebar .logo-inverted { + height: 35px; +} + i.hostmask { font-size: 90%; opacity: 0.7; @@ -49,7 +57,7 @@ kbd { text-shadow: none; } -#chat .count:before, +#chat .count::before, #form #submit, #chat button.menu, #viewport .lt,