Skip to content

Commit

Permalink
Fix space between file listing
Browse files Browse the repository at this point in the history
  • Loading branch information
haxzie committed Apr 14, 2021
1 parent 3ad9425 commit 22135d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DirectoryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default {
flex-direction: row;
align-items: center;
padding: 2px 5px 2px 0;
margin: 2px 5px;
margin: 0px 5px 2px 5px;
border-radius: 5px;
&.active {
Expand Down
2 changes: 1 addition & 1 deletion src/components/FileItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
flex-direction: row;
align-items: center;
padding: 2px 5px 2px 0;
margin: 2px 5px;
margin: 0 5px 2px 5px;
border-radius: 5px;
&.active {
Expand Down

0 comments on commit 22135d7

Please sign in to comment.