feat(window): 在全屏状态下时隐藏圆角

This commit is contained in:
folltoshe
2026-04-11 04:38:15 +08:00
parent 1d882d089f
commit 0009c98c7e
2 changed files with 18 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ html, body, #root {
}
body, #root {
border-radius: 14px; /* Slightly rounded app window corners */
border-radius: var(--gonavi-border-radius); /* Slightly rounded app window corners */
}
/* 侧边栏 Tree 样式优化 */