diff options
-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 { |