mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
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:
parent
ed439142cc
commit
5b9e048758
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
height: 100%;
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
padding: 15px 15px 30px 15px;
|
||||
overflow: auto;
|
||||
}
|
||||
#file-manager ul {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
width:100%;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
padding: 15px;
|
||||
padding: 15px 15px 30px 15px;
|
||||
}
|
||||
|
||||
.sb-projects-content li:hover {
|
||||
|
|
Loading…
Reference in a new issue