1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18796 from Snuffleupagus/unify-toolbarContainer

Unify separate `#toolbarContainer`-blocks in the CSS (PR 18385 follow-up)
This commit is contained in:
Jonas Jenwald 2024-09-26 12:09:37 +02:00 committed by GitHub
commit a1283785e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;