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