diff --git a/src/renderer/style.less b/src/renderer/style.less index 512e3cec..ceabef94 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -142,7 +142,9 @@ body.notransparency::before { --bgColor: transparent; --bgWidth: 0px; --bgHeight: 0px; - --chromeHeight: 55px; + --chromeHeight1: 55px; + --chromeHeight2: 0px; + --chromeHeight: calc(var(--chromeHeight1) + var(--chromeHeight2)); width: 100%; height: 100%; background: var(--color1);