Skip to content

Commit

Permalink
theme: use --bpx1 consistently throughout CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed May 28, 2024
1 parent 4536404 commit cfd65da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cfd65da

Please sign in to comment.