Skip to content

Commit

Permalink
Reduced some margins and removed semicolons in sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Maldonado committed Oct 10, 2019
1 parent e5d027a commit 4de2fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ export default {
.navbar__item
&:not(:last-child)
margin-right: 1.5rem
margin-right: .7rem
</style>
2 changes: 1 addition & 1 deletion src/renderer/components/sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
&__item
padding: 3px 20px
margin-bottom: 1.5rem
margin-bottom: .3rem
svg
width: 20px
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/pages/repository/workspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ export default {
.workspace
border-right: 1px solid #DEE0E3
width: 300px
max-width: 300px;
min-width: 300px;
max-width: 300px
min-width: 300px
.title-branch
background-color: #EFEFEF
Expand Down

0 comments on commit 4de2fdc

Please sign in to comment.