[frontend/components] Simplify menu and emoji picker borders on mobile

This commit is contained in:
pancakes 2025-02-27 13:10:18 +10:00
parent 879247bc7c
commit 2ebc90d418
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -48,8 +48,9 @@ summary {
max-width: 100vw;
max-height: 30rem;
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left: none;
border-right: none;
border-radius: 0;
}
.emoji-list {

View file

@ -36,8 +36,9 @@
width: 100vw;
max-width: 100vw;
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-left: none;
border-right: none;
border-radius: 0;
z-index: +26;
padding-bottom: env(safe-area-inset-bottom);
}