From e9b10ae8b253bec336fec4113cd042ae95e2eb64 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 24 Sep 2024 09:58:17 +0200 Subject: [PATCH] Remove useless css variable --editor-toolbar-base-offset --- web/viewer.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index f01f79d21be86..f5a77b56a363b 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -33,7 +33,6 @@ --toolbar-icon-opacity: 0.7; --doorhanger-icon-opacity: 0.9; - --editor-toolbar-base-offset: 105px; --doorhanger-height: 8px; --main-color: rgb(12 12 13); @@ -1725,9 +1724,6 @@ dialog :link { } @media all and (max-width: 750px) { - :root { - --editor-toolbar-base-offset: 40px; - } #outerContainer .hiddenMediumView { display: none !important; }