File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 549549 align-items : center;
550550 justify-content : space-evenly;
551551 padding : 20px 32px ;
552- gap : 20 px ;
552+ gap : 44 px ;
553553 width : 100% ;
554554 box-sizing : border-box;
555555 position : relative;
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 : 16 px ;
618- width : auto ;
620+ gap : var ( --gap-between-input-and-thumbnail ) ;
621+ width : 190 px ;
619622 height : auto;
620623 position : relative;
621624 scroll-margin-top : 20px ;
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 {
You can’t perform that action at this time.
0 commit comments