Skip to content

Commit

Permalink
fix: editor not having a border when welcome screen is displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed May 30, 2022
1 parent 27f61f2 commit 87e5da9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/components/modes/treemode/Welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
flex-direction: column;
align-items: center;

border-left: var(--jse-main-border);
border-right: var(--jse-main-border);

&:last-child {
border-bottom: var(--jse-main-border);
}

.jse-space.jse-before {
flex: 1;
}
Expand Down

0 comments on commit 87e5da9

Please sign in to comment.