File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ button.add {
208208 # header > .title {
209209 margin-right : 6em ;
210210 }
211+
211212}
212213
213214.flextabs__content {
Original file line number Diff line number Diff line change 3131 }
3232
3333 # presets .presets input .preset {
34- min-width : 7 em ;
34+ min-width : 28 vw ;
3535 }
3636
3737 # sites .presets input .preset {
5454 }
5555
5656 # presets .presets input .preset + label {
57- font-size : 75% ;
57+ font-size : 60% ;
58+ --line-scaled : calc (var (--line-size ) / 0.6 );
5859 position : absolute !important ;
5960 text-align : left;
6061 margin : 0px !important ;
6162 display : block !important ;
6263 overflow : visible;
6364 z-index : 1000 ;
6465 bottom : 0px ;
65- left : 1em ;
66+ line-height : var (--line-scaled );
67+ left : var (--line-scaled );
6668 text-shadow : 1px 1px var (--bg-color2 ), -1px -1px var (--bg-color2 );
6769 }
6870
You can’t perform that action at this time.
0 commit comments