Lower control shell padding so fullscreen content is less top-heavy.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user