File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 height : 100% ;
77 display : flex;
88 flex-direction : column;
9+ overflow : hidden;
10+ font-family : sans-serif;
911}
1012
1113/* Toolbar */
@@ -555,8 +557,7 @@ dialog.help[open] {
555557 background : white;
556558 position : fixed;
557559 top : 50% ;
558- left : 50% ;
559- transform : translate (-50% , -50% );
560+ transform : translateY (-50% );
560561 gap : 16px ;
561562 display : flex;
562563 flex-direction : column;
@@ -707,7 +708,6 @@ dialog.help[open] {
707708 display : flex;
708709 align-items : center;
709710 justify-content : center;
710- background : # ffffff ;
711711 z-index : 1 ;
712712 pointer-events : none;
713713 overflow-y : auto;
@@ -767,21 +767,16 @@ dialog.help[open] {
767767 display : none;
768768 }
769769
770- .welcome-message {
771- align-items : flex-start;
772- padding-top : 20px ;
773- }
774-
775770 .welcome-title {
776- font-size : 32 px ;
771+ font-size : 36 px ;
777772 }
778773
779774 .welcome-content {
780775 padding : 20px 16px ;
781776 }
782777
783778 .welcome-subtitle {
784- font-size : 14 px ;
779+ font-size : 24 px ;
785780 margin : 0 0 24px 0 ;
786781 }
787782
You can’t perform that action at this time.
0 commit comments