Skip to content

Commit e0ea84f

Browse files
Merge pull request #20761 from calixteman/tweak_dims
Tweak few elements: dimensions and the checkbox color in the new sidebar
2 parents 9dfcc62 + c272cbd commit e0ea84f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

web/views_manager.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@
549549
align-items: center;
550550
justify-content: space-evenly;
551551
padding: 20px 32px;
552-
gap: 20px;
552+
gap: 44px;
553553
width: 100%;
554554
box-sizing: border-box;
555555
position: relative;
@@ -610,12 +610,15 @@
610610
}
611611

612612
> .thumbnail {
613+
--input-dim: 16px;
614+
--gap-between-input-and-thumbnail: 16px;
615+
613616
display: inline-flex;
614-
justify-content: center;
617+
justify-content: flex-end;
615618
align-items: center;
616619
flex-direction: row-reverse;
617-
gap: 16px;
618-
width: auto;
620+
gap: var(--gap-between-input-and-thumbnail);
621+
width: 190px;
619622
height: auto;
620623
position: relative;
621624
scroll-margin-top: 20px;
@@ -663,6 +666,9 @@
663666

664667
> input {
665668
margin: 0;
669+
width: var(--input-dim);
670+
height: var(--input-dim);
671+
accent-color: var(--indicator-color);
666672
}
667673

668674
> .thumbnailImageContainer {

0 commit comments

Comments
 (0)