add consistent shadows to popover elements

This commit is contained in:
emma 2022-12-08 19:22:32 +00:00
parent 98d38e3b73
commit ae2d72131b
2 changed files with 2 additions and 0 deletions

View file

@ -44,6 +44,7 @@
.popover-default {
transition: opacity 0.3s;
box-shadow: var(--popupShadow);
&:after {
content: '';

View file

@ -54,6 +54,7 @@
.user-list-popover {
padding: 0.5em;
box-shadow: var(--popupShadow);
--emoji-size: 16px;