From 76b7b1e577e6dcc6757633c1ff2338915f01896f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 9 Mar 2021 17:31:11 +0100 Subject: Fixed background of userlist when floating --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 863cf88..7431448 100644 --- a/theme.css +++ b/theme.css @@ -541,6 +541,12 @@ textarea.input { color: var(--color--sidebar-btn--active-fg); } +@media (max-width: 768px) { + #chat .userlist { + background: var(--color--sidebar--bg); + } +} + /* MESSAGE */ .irc-bold { -- cgit v1.2.3-54-g00ecf