Add padding on preview error

This commit is contained in:
Pavel Djundik 2018-02-21 19:22:52 +02:00
parent df68b55f7a
commit 400dfbde07
1 changed files with 4 additions and 0 deletions

View File

@ -317,6 +317,10 @@ body {
opacity: 1; opacity: 1;
} }
#chat .toggle-type-error {
padding: 4px;
}
/* Increase contrast of some IRC colors */ /* Increase contrast of some IRC colors */
.irc-fg2 { color: #0074d9; } .irc-fg2 { color: #0074d9; }
.irc-fg5 { color: #e969a7; } .irc-fg5 { color: #e969a7; }