mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix(client): fix drawer menu style regression
This commit is contained in:
parent
2d28c2bedd
commit
33c1d2f57d
@ -337,6 +337,9 @@ onBeforeUnmount(() => {
|
||||
&.asDrawer {
|
||||
padding: 12px 0 calc(env(safe-area-inset-bottom, 0px) + 12px) 0;
|
||||
width: 100%;
|
||||
border-radius: 24px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
|
||||
> .item {
|
||||
font-size: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user