summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme.css b/theme.css
index 863cf88..7431448 100644
--- a/theme.css
+++ b/theme.css
@@ -541,6 +541,12 @@ textarea.input {
541 color: var(--color--sidebar-btn--active-fg); 541 color: var(--color--sidebar-btn--active-fg);
542} 542}
543 543
544@media (max-width: 768px) {
545 #chat .userlist {
546 background: var(--color--sidebar--bg);
547 }
548}
549
544/* MESSAGE */ 550/* MESSAGE */
545 551
546.irc-bold { 552.irc-bold {