mirror of
https://github.com/danbulant/console-hub
synced 2026-05-21 13:29:07 +00:00
Fix file view
This commit is contained in:
parent
d314ea8aed
commit
852ea3ad64
3 changed files with 3 additions and 2 deletions
|
|
@ -77,6 +77,7 @@
|
|||
|
||||
<div id="files-view" class="menu-item hidden">
|
||||
<h1 class="title-font">Files</h1>
|
||||
<p class="path"></p>
|
||||
<div id="files-list-container">
|
||||
<ul id="files-list">
|
||||
</ul>
|
||||
|
|
|
|||
2
html/styles.min.css
vendored
2
html/styles.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -188,7 +188,7 @@ html {
|
|||
background: rgba(255,255,255,0.5);
|
||||
}
|
||||
width: 100%;
|
||||
height: 80%;
|
||||
height: 95%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
margin: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue