Skip to content

Commit

Permalink
Move collapse/expand links to right side of folder header
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Feb 28, 2020
1 parent 6cd5768 commit ceb8034
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/desktop-gui/src/specs/specs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ $max-nesting-level: 14;

&.level-0 {
>div>.folder-name {
padding: 5px 20px;
padding: 5px 10px 5px 20px;
background-color: #F9F9F9;
font-weight: normal;
text-transform: uppercase;
Expand All @@ -153,6 +153,9 @@ $max-nesting-level: 14;
color: #777;
line-height: 18px;
font-family: $font-sans;
display: flex;
flex-direction: row;
justify-content: space-between;

i {
display: none;
Expand Down

0 comments on commit ceb8034

Please sign in to comment.