From 50517b8fba3f7e30a9def3af2573a3a0f2e731cd Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 24 Sep 2024 12:31:43 +0200 Subject: [PATCH] Remove duplicated --toolbar-height definition in the css --- web/viewer.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index f5a77b56a..2f6297a9c 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -51,7 +51,6 @@ --toolbar-border-color: rgb(184 184 184); --toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color); --toolbar-border-bottom: none; - --toolbar-height: 32px; --toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgb(0 0 0 / 0.25), 0 1px 0 rgb(0 0 0 / 0.15), 0 0 1px rgb(0 0 0 / 0.1);