From cfd65dad08f8f52de4d1c2a6617488090fc3594b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 28 May 2024 20:00:08 +0200 Subject: [PATCH] theme: use --bpx1 consistently throughout CSS --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 206612f950..68ecc58df7 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -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; }