Improve UI, fix issues with new file manager channels
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user