summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-04-08 10:56:52 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-04-08 10:56:52 +0900
commitc96f345f01d2a13f762d22414a00a39d6a69c927 (patch)
tree9daf14972a9c3adb663fd59bbdb03e44e609fbbe
parentfix(frontend): Fix #15764 (diff)
downloadsharkey-c96f345f01d2a13f762d22414a00a39d6a69c927.tar.gz
sharkey-c96f345f01d2a13f762d22414a00a39d6a69c927.tar.bz2
sharkey-c96f345f01d2a13f762d22414a00a39d6a69c927.zip
fix(frontend): fix control panel style
-rw-r--r--packages/frontend/src/pages/admin/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/admin/index.vue b/packages/frontend/src/pages/admin/index.vue
index 672c976d2c..8d03838a8f 100644
--- a/packages/frontend/src/pages/admin/index.vue
+++ b/packages/frontend/src/pages/admin/index.vue
@@ -341,7 +341,7 @@ defineExpose({
box-sizing: border-box;
border-right: solid 0.5px var(--MI_THEME-divider);
overflow: auto;
- height: 100dvh;
+ height: 100cqh;
}
> .main {