aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/index.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/index.css b/static/index.css
index 5b1bb8f..59ab538 100644
--- a/static/index.css
+++ b/static/index.css
@@ -110,16 +110,16 @@ main {
}
}
-#files-list {
+#file-browser {
width: 100%;
ul {
- text-align: left;
- padding: 0;
+ text-align: left !important;
+ padding: 0 !important;
+ list-style: none !important;
}
li {
- list-style: none;
display: block;
&:not(:last-of-type) a {