Fix file view

This commit is contained in:
danbulant 2019-06-23 16:06:01 +02:00
parent d314ea8aed
commit 852ea3ad64
3 changed files with 3 additions and 2 deletions

View file

@ -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

File diff suppressed because one or more lines are too long

View file

@ -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;