diff options
author | Volpeon <git@volpeon.ink> | 2021-03-09 17:31:11 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-09 17:31:11 +0100 |
commit | 76b7b1e577e6dcc6757633c1ff2338915f01896f (patch) | |
tree | 88327d324f34b253211ff585adc580a09ec1699c | |
parent | Adjusted search input icon size, fade out background of userlist (diff) | |
download | thelounge-theme-vulpes-76b7b1e577e6dcc6757633c1ff2338915f01896f.tar.gz thelounge-theme-vulpes-76b7b1e577e6dcc6757633c1ff2338915f01896f.tar.bz2 thelounge-theme-vulpes-76b7b1e577e6dcc6757633c1ff2338915f01896f.zip |
Fixed background of userlist when floating
-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 { |