diff options
-rw-r--r-- | theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 { |