Skip to content

Commit

Permalink
Merge pull request #18796 from Snuffleupagus/unify-toolbarContainer
Browse files Browse the repository at this point in the history
Unify separate `#toolbarContainer`-blocks in the CSS (PR 18385 follow-up)
  • Loading branch information
Snuffleupagus authored Sep 26, 2024
2 parents 17008dd + f765b5a commit a128378
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,6 @@ body {
z-index: 9999;
}

#toolbarContainer {
width: 100%;
}

#toolbarSidebar {
width: 100%;
height: var(--toolbar-height);
Expand Down Expand Up @@ -1573,6 +1569,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;
Expand Down

0 comments on commit a128378

Please sign in to comment.