Lower control shell padding so fullscreen content is less top-heavy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 12:14:42 +08:00
parent d210db19cf
commit 77e68dd0e9
+2 -1
View File
@@ -41,7 +41,8 @@ body {
width: 100%;
max-width: min(1920px, 100%);
margin: 0 auto;
padding: 16px 24px 40px;
/* 全屏/带鱼屏时整体略下移,避免贴顶 */
padding: clamp(48px, 8vh, 96px) 24px 48px;
box-sizing: border-box;
}