mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-09 14:54:04 +02:00
Tweak few elements: dimensions and the checkbox color in the new sidebar
This commit is contained in:
parent
bd260b2d15
commit
c272cbdf5a
@ -548,7 +548,7 @@
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
padding: 20px 32px;
|
||||
gap: 20px;
|
||||
gap: 44px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
@ -609,12 +609,15 @@
|
||||
}
|
||||
|
||||
> .thumbnail {
|
||||
--input-dim: 16px;
|
||||
--gap-between-input-and-thumbnail: 16px;
|
||||
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
flex-direction: row-reverse;
|
||||
gap: 16px;
|
||||
width: auto;
|
||||
gap: var(--gap-between-input-and-thumbnail);
|
||||
width: 190px;
|
||||
height: auto;
|
||||
position: relative;
|
||||
scroll-margin-top: 20px;
|
||||
@ -662,6 +665,9 @@
|
||||
|
||||
> input {
|
||||
margin: 0;
|
||||
width: var(--input-dim);
|
||||
height: var(--input-dim);
|
||||
accent-color: var(--indicator-color);
|
||||
}
|
||||
|
||||
> .thumbnailImageContainer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user