Add some padding to the bottom of files screen so we do not butt our files right up along the bottom.

This commit is contained in:
xevidos 2019-03-13 08:45:10 -04:00
parent ed439142cc
commit 5b9e048758
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
height: 100%;
float: left;
margin: 0;
padding: 15px;
padding: 15px 15px 30px 15px;
overflow: auto;
}
#file-manager ul {

View File

@ -56,7 +56,7 @@
width:100%;
overflow: auto;
position: absolute;
padding: 15px;
padding: 15px 15px 30px 15px;
}
.sb-projects-content li:hover {