Skip to content

Commit 7d1eb02

Browse files
committedOct 18, 2023
fix: bottom margin of welcome screen in tree and table mode
1 parent 06fb84c commit 7d1eb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/lib/components/modes/tablemode/TableModeWelcome.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
flex-direction: column;
2424
gap: $padding;
2525
max-width: 300px;
26-
margin: $padding;
26+
margin: 2em $padding;
2727

2828
font-family: var(--jse-font-family);
2929
font-size: var(--jse-font-size);

‎src/lib/components/modes/treemode/Welcome.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
display: flex;
3030
flex-direction: column;
3131
max-width: 300px;
32-
margin: 2em $padding 0;
32+
margin: 2em $padding;
3333
gap: $padding;
3434

3535
.jse-welcome-title {

0 commit comments

Comments
 (0)
Please sign in to comment.