Commit 07219ced authored by LianaHus's avatar LianaHus

fixes style of file explorer Browser

parent 573572f7
...@@ -2,7 +2,6 @@ var csjs = require('csjs-inject') ...@@ -2,7 +2,6 @@ var csjs = require('csjs-inject')
var css = csjs` var css = csjs`
.label { .label {
margin-bottom : 0px;
margin-top : 4px margin-top : 4px
} }
.fileexplorer { .fileexplorer {
...@@ -20,7 +19,7 @@ var css = csjs` ...@@ -20,7 +19,7 @@ var css = csjs`
padding : 4px; padding : 4px;
} }
.newFile { .newFile {
padding : 5px; padding-right : 5px;
} }
.newFile i { .newFile i {
cursor : pointer; cursor : pointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment