From c9a490e70fb42da11eeb71546e9eef1f3a7dc821 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 9 Mar 2021 20:45:12 +0100 Subject: No shadow for mentions popup in fullscreen mode --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 7431448..ea8de23 100644 --- a/theme.css +++ b/theme.css @@ -973,6 +973,12 @@ textarea.input { color: var(--color--popup--msg-fg); } +@media (max-width: 768px) { + .mentions-popup { + box-shadow: none; + } +} + /* TOOLTIP */ .tooltipped::after { -- cgit v1.2.3-54-g00ecf