forked from mirrors/misskey
🎨
This commit is contained in:
@@ -90,6 +90,14 @@ defineExpose({
|
|||||||
&.asDrawer {
|
&.asDrawer {
|
||||||
height: calc(100dvh - 30px);
|
height: calc(100dvh - 30px);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
.body {
|
||||||
|
padding-bottom: env(safe-area-inset-bottom, 0px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
padding-bottom: env(safe-area-inset-bottom, 12px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user