From 400dfbde0743908cbc8f6813e9e0b70973155a6a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 21 Feb 2018 19:22:52 +0200 Subject: [PATCH] Add padding on preview error --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 55b04d6..9e25f5b 100644 --- a/theme.css +++ b/theme.css @@ -317,6 +317,10 @@ body { opacity: 1; } +#chat .toggle-type-error { + padding: 4px; +} + /* Increase contrast of some IRC colors */ .irc-fg2 { color: #0074d9; } .irc-fg5 { color: #e969a7; }