From 3f6fb0e48b6c36fe3603c135d1771cae080b452a Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:52:21 +0800 Subject: [PATCH] :lipstick: Improve the left padding of the top bar in the browser environment (#16392) 3.5.0 --- app/src/assets/scss/main/_main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/main/_main.scss b/app/src/assets/scss/main/_main.scss index 9716a3afe..e03c4c119 100644 --- a/app/src/assets/scss/main/_main.scss +++ b/app/src/assets/scss/main/_main.scss @@ -66,7 +66,7 @@ html { border-bottom: .5px solid var(--b3-border-color); &--browser { - padding-left: env(titlebar-area-x, 0); + padding-left: env(titlebar-area-x, 5px); padding-right: calc(100% - env(titlebar-area-width, 100%) - env(titlebar-area-x, 0)); height: calc(env(titlebar-area-height, 31px) + 1px); }