File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed
packages/webui/src/client/styles Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,12 @@ body.no-overflow {
267267 }
268268
269269 .menu-icon-button {
270- margin-top : 10 px ;
270+ margin-top : 0 px ;
271271 background : none ;
272272 border : none ;
273273 cursor : pointer ;
274274 color : #0066cc ;
275- padding : 0.5 rem 1rem ;
275+ padding : 0.8 rem 1rem ;
276276 display : flex ;
277277 align-items : center ;
278278 justify-content : center ;
@@ -347,7 +347,7 @@ body.no-overflow {
347347
348348 .timing__left {
349349 position : absolute ;
350- left : 60 px ;
350+ left : 80 px ;
351351 display : flex ;
352352 align-items : center ;
353353 }
@@ -480,8 +480,7 @@ body.no-overflow {
480480
481481 .planned-end-time {
482482 color : #ffffff ;
483- font-size : 1.1em ;
484- // font-style: italic;
483+ font-size : 1.0em ;
485484 font-variation-settings :
486485 ' GRAD' 0 ,
487486 ' XOPQ' 96 ,
@@ -492,16 +491,15 @@ body.no-overflow {
492491 ' YTFI' 738 ,
493492 ' YTLC' 548 ,
494493 ' YTUC' 712 ,
495- ' opsz' 100 ,
496- ' slnt' -20 ,
497- ' wdth' 80 ,
498- ' wght' 550 ;
494+ ' opsz' 44 ,
495+ ' slnt' -5 ,
496+ ' wdth' 70 ,
497+ ' wght' 400 ;
499498 }
500499
501500 .planned-start-time {
502501 color : #ffffff ;
503- font-size : 1.1em ;
504- // font-style: italic;
502+ font-size : 1.0em ;
505503 font-variation-settings :
506504 ' GRAD' 0 ,
507505 ' XOPQ' 96 ,
@@ -512,10 +510,10 @@ body.no-overflow {
512510 ' YTFI' 738 ,
513511 ' YTLC' 548 ,
514512 ' YTUC' 712 ,
515- ' opsz' 100 ,
516- ' slnt' -20 ,
517- ' wdth' 80 ,
518- ' wght' 550 ;
513+ ' opsz' 44 ,
514+ ' slnt' -5 ,
515+ ' wdth' 70 ,
516+ ' wght' 400 ;
519517 }
520518
521519 & .heavy-light {
You can’t perform that action at this time.
0 commit comments