mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-22 16:05:56 +02:00
parent
0ee557cd60
commit
44f4627600
@ -252,7 +252,7 @@
|
|||||||
background-color: var(--header-bg);
|
background-color: var(--header-bg);
|
||||||
|
|
||||||
.viewsManagerLabel {
|
.viewsManagerLabel {
|
||||||
flex: 0;
|
flex: 1 1 auto;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
@ -275,6 +275,17 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
padding: 12px 16px 12px 8px;
|
padding: 12px 16px 12px 8px;
|
||||||
|
|
||||||
|
&:not(:has(#viewsManagerHeaderLabel ~ button:not([hidden])))::after {
|
||||||
|
/* If one of the following buttons is visible, hide the placeholder
|
||||||
|
button to avoid unnecessary space in the header. */
|
||||||
|
|
||||||
|
content: "";
|
||||||
|
flex: 0 0 auto;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
#viewsManagerSelector {
|
#viewsManagerSelector {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user