Skip to content

Commit 1e9fe25

Browse files
committed
fix css
1 parent e316bbd commit 1e9fe25

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

packages/learningmap/src/index.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
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: 32px;
771+
font-size: 36px;
777772
}
778773

779774
.welcome-content {
780775
padding: 20px 16px;
781776
}
782777

783778
.welcome-subtitle {
784-
font-size: 14px;
779+
font-size: 24px;
785780
margin: 0 0 24px 0;
786781
}
787782

0 commit comments

Comments
 (0)