[DE] units for zero was cleared in app.css during deployment
This commit is contained in:
parent
334539e870
commit
dea4d0a4c1
|
@ -70,7 +70,8 @@
|
|||
.loop((@counter - 1));
|
||||
li:nth-child(@{counter}) > a.item-contents {
|
||||
div {
|
||||
background-position: 0 calc(~"var(--bckgHOffset) - " (@counter - 1)*@contents-menu-item-height);
|
||||
@incr-height: (@counter - 1)*@contents-menu-item-height;
|
||||
background-position: 0 ~"calc(var(--bckgHOffset) - @{incr-height})";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue