Skip to content

Commit

Permalink
Added sketch thumbnail #2
Browse files Browse the repository at this point in the history
fixed small css bug when opening panel
  • Loading branch information
nhi-van committed Jan 24, 2020
1 parent 687882d commit 03bf31e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/Editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
}

.program-sketch-thumbnail {
position: relative;
left: 6px;
height: 50px;
width: 50px;
padding: 4px;
Expand All @@ -36,8 +38,6 @@


.code-section-banner {
position: relative;
left: 5px;
display: flex;
flex-direction: row;
padding: 5px 0px;
Expand All @@ -62,6 +62,8 @@
}

.editor-language-dropdown {
position: relative;
left: 6px;
flex: 0 1 auto;
}

Expand Down

0 comments on commit 03bf31e

Please sign in to comment.