Increase sidebar overlay opacity

This commit is contained in:
Pavel Djundik 2018-03-18 19:46:09 +02:00
parent 9572bf7d90
commit b4b4e188d2
1 changed files with 6 additions and 0 deletions

View File

@ -333,6 +333,12 @@ body {
.irc-fg5 { color: #e969a7; }
.irc-fg12 { color: #50a8ff; }
@media (max-width: 768px) {
#sidebar-overlay {
background: rgba(0, 0, 0, 0.8);
}
}
@media (max-width: 479px) {
#chat .message .from .user::before {
content: "<";