1
0
Fork 0
forked from Mirrors/gomuks

web: add shadow for non-dimmed modals

This commit is contained in:
Tulir Asokan 2024-10-27 19:45:36 +02:00
parent 497bc4e25a
commit ddfdc7c32a
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ div.emoji-picker {
border: 1px solid #ccc;
display: flex;
flex-direction: column;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
div.emoji-category-bar {
/*height: 2.5rem;*/

View file

@ -24,6 +24,7 @@ div.event-context-menu-extra {
background-color: white;
border-radius: .5rem;
border: 1px solid #ccc;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
display: flex;
flex-direction: column;