From e41a4223e84c5979e4c3ba97fa18f9eaa1674688 Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Fri, 25 Feb 2022 18:09:52 -0800 Subject: [PATCH] chromeheight 1 and 2 vars --- src/renderer/style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);