mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
fix(client): ドロワーメニューでセーフエリアを考慮するように
This commit is contained in:
parent
2363afb08e
commit
8524c83d73
@ -284,7 +284,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
&.asDrawer {
|
||||
padding: 12px 0;
|
||||
padding: 12px 0 calc(env(safe-area-inset-bottom, 0px) + 12px) 0;
|
||||
width: 100%;
|
||||
|
||||
> .item {
|
||||
|
Loading…
Reference in New Issue
Block a user