Merge pull request #18796 from Snuffleupagus/unify-toolbarContainer
Unify separate `#toolbarContainer`-blocks in the CSS (PR 18385 follow-up)
This commit is contained in:
commit
a1283785e5
@ -358,10 +358,6 @@ body {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#toolbarContainer {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#toolbarSidebar {
|
||||
width: 100%;
|
||||
height: var(--toolbar-height);
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user