From f765b5ab3562cf894b0a1c25473c745c1b3a07fe Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 26 Sep 2024 11:08:55 +0200 Subject: [PATCH] Unify separate `#toolbarContainer`-blocks in the CSS (PR 18385 follow-up) --- web/viewer.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 45af921f9a824..7cebf811dc9c1 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -358,10 +358,6 @@ body { z-index: 9999; } -#toolbarContainer { - width: 100%; -} - #toolbarSidebar { width: 100%; height: var(--toolbar-height); @@ -1578,6 +1574,7 @@ dialog :link { #toolbarContainer { --menuitem-height: calc(var(--toolbar-height) - 6px); + width: 100%; height: var(--toolbar-height); padding: var(--toolbar-vertical-padding) var(--toolbar-horizontal-padding); position: relative;