diff options
author | Volpeon <git@volpeon.ink> | 2021-03-09 20:45:12 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-09 20:45:12 +0100 |
commit | c9a490e70fb42da11eeb71546e9eef1f3a7dc821 (patch) | |
tree | d1ad759531686a4f45d3da24e88afd3df62954bd | |
parent | Fixed background of userlist when floating (diff) | |
download | thelounge-theme-vulpes-c9a490e70fb42da11eeb71546e9eef1f3a7dc821.tar.gz thelounge-theme-vulpes-c9a490e70fb42da11eeb71546e9eef1f3a7dc821.tar.bz2 thelounge-theme-vulpes-c9a490e70fb42da11eeb71546e9eef1f3a7dc821.zip |
No shadow for mentions popup in fullscreen mode
-rw-r--r-- | theme.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -973,6 +973,12 @@ textarea.input { | |||
973 | color: var(--color--popup--msg-fg); | 973 | color: var(--color--popup--msg-fg); |
974 | } | 974 | } |
975 | 975 | ||
976 | @media (max-width: 768px) { | ||
977 | .mentions-popup { | ||
978 | box-shadow: none; | ||
979 | } | ||
980 | } | ||
981 | |||
976 | /* TOOLTIP */ | 982 | /* TOOLTIP */ |
977 | 983 | ||
978 | .tooltipped::after { | 984 | .tooltipped::after { |