mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Unify separate #toolbarContainer
-blocks in the CSS (PR 18385 follow-up)
This commit is contained in:
parent
4ab381f52e
commit
f765b5ab35
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue