[frontend/components] Simplify menu and emoji picker borders on mobile
This commit is contained in:
parent
879247bc7c
commit
2ebc90d418
2 changed files with 6 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue