From 9cb1b001ae709fc40dc3502f2e7d56178fee4acf Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 12 Oct 2023 09:39:50 +0300 Subject: Improve stuff --- static/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/index.css') 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 { -- cgit v1.3