调整状态栏的最小高度

This commit is contained in:
qingxu fu 2023-09-19 15:52:42 +08:00
parent 278464bfb7
commit 1c0d5361ea

View File

@ -19,3 +19,8 @@
.wrap.svelte-xwlu1w {
min-height: var(--size-32);
}
/* status bar height */
.min.svelte-1yrv54 {
min-height: var(--size-12);
}