summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-09 20:45:12 +0100
committerVolpeon <git@volpeon.ink>2021-03-09 20:45:12 +0100
commitc9a490e70fb42da11eeb71546e9eef1f3a7dc821 (patch)
treed1ad759531686a4f45d3da24e88afd3df62954bd
parentFixed background of userlist when floating (diff)
downloadthelounge-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.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme.css b/theme.css
index 7431448..ea8de23 100644
--- a/theme.css
+++ b/theme.css
@@ -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 {