chromeheight 1 and 2 vars
This commit is contained in:
parent
c4adb85c45
commit
e41a4223e8
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue