Improve UI, fix issues with new file manager channels

This commit is contained in:
yflory
2016-11-24 18:58:29 +01:00
parent 5a5451d94c
commit c88fa34558
5 changed files with 119 additions and 223 deletions

View File

@@ -21,12 +21,12 @@
}
#pad-iframe {
position:fixed;
top:0px;
top:2.5em;
left:0px;
bottom:0px;
right:0px;
width:100%;
height:100%;
height:calc(100% - 2.5em);
border:none;
margin:0;
padding:0;