Skip to content

Commit c272cbd

Browse files
committed
Tweak few elements: dimensions and the checkbox color in the new sidebar
1 parent bd260b2 commit c272cbd

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

web/views_manager.css

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

611611
> .thumbnail {
612+
--input-dim: 16px;
613+
--gap-between-input-and-thumbnail: 16px;
614+
612615
display: inline-flex;
613-
justify-content: center;
616+
justify-content: flex-end;
614617
align-items: center;
615618
flex-direction: row-reverse;
616-
gap: 16px;
617-
width: auto;
619+
gap: var(--gap-between-input-and-thumbnail);
620+
width: 190px;
618621
height: auto;
619622
position: relative;
620623
scroll-margin-top: 20px;
@@ -662,6 +665,9 @@
662665

663666
> input {
664667
margin: 0;
668+
width: var(--input-dim);
669+
height: var(--input-dim);
670+
accent-color: var(--indicator-color);
665671
}
666672

667673
> .thumbnailImageContainer {

0 commit comments

Comments
 (0)