diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-12 09:39:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-12 09:43:39 +0300 |
| commit | 9cb1b001ae709fc40dc3502f2e7d56178fee4acf (patch) | |
| tree | 15bf9c7f8f10035c616c13e38fd20003d4cd67fd /static | |
| parent | 873e0766f31dd427f52f0d51477ec71173eed5fa (diff) | |
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.css | 8 |
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 { |
