mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +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
@ -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 New Issue
Block a user