theme: use --bpx1 consistently throughout CSS

This commit is contained in:
Sören Weber 2024-05-28 20:00:08 +02:00
parent 4536404dc3
commit cfd65dad08
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -2241,7 +2241,7 @@ html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right
display: none;
/* if setting a border to 1px, a browser instead sets it to 1dppx which is not
usable as a unit yet, so we have to calculate it ourself */
margin-top: calc( -1px / var(--bpx) );
margin-top: calc( var(--bpx1)*-1px );
z-index: 10;
}