chromeheight 1 and 2 vars

This commit is contained in:
booploops 2022-02-25 18:09:52 -08:00
parent c4adb85c45
commit e41a4223e8

View file

@ -142,7 +142,9 @@ body.notransparency::before {
--bgColor: transparent; --bgColor: transparent;
--bgWidth: 0px; --bgWidth: 0px;
--bgHeight: 0px; --bgHeight: 0px;
--chromeHeight: 55px; --chromeHeight1: 55px;
--chromeHeight2: 0px;
--chromeHeight: calc(var(--chromeHeight1) + var(--chromeHeight2));
width: 100%; width: 100%;
height: 100%; height: 100%;
background: var(--color1); background: var(--color1);