Widen control shell side padding on large screens.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -41,8 +41,8 @@ body {
|
||||
width: 100%;
|
||||
max-width: min(1920px, 100%);
|
||||
margin: 0 auto;
|
||||
/* 全屏/带鱼屏时整体略下移,避免贴顶 */
|
||||
padding: clamp(48px, 8vh, 96px) 24px 48px;
|
||||
/* 全屏/带鱼屏时整体略下移;宽屏左右多留边,避免贴边 */
|
||||
padding: clamp(48px, 8vh, 96px) clamp(32px, 5vw, 120px) 48px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user