Skip to content

Commit a128378

Browse files
Merge pull request #18796 from Snuffleupagus/unify-toolbarContainer
Unify separate `#toolbarContainer`-blocks in the CSS (PR 18385 follow-up)
2 parents 17008dd + f765b5a commit a128378

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web/viewer.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,6 @@ body {
358358
z-index: 9999;
359359
}
360360

361-
#toolbarContainer {
362-
width: 100%;
363-
}
364-
365361
#toolbarSidebar {
366362
width: 100%;
367363
height: var(--toolbar-height);
@@ -1573,6 +1569,7 @@ dialog :link {
15731569
#toolbarContainer {
15741570
--menuitem-height: calc(var(--toolbar-height) - 6px);
15751571

1572+
width: 100%;
15761573
height: var(--toolbar-height);
15771574
padding: var(--toolbar-vertical-padding) var(--toolbar-horizontal-padding);
15781575
position: relative;

0 commit comments

Comments
 (0)