diff options
author | dakkar <dakkar@thenautilus.net> | 2024-01-20 18:11:37 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-01-20 18:11:37 +0000 |
commit | 0fcbd6e10b31e27f7f213d66f1750736dd736730 (patch) | |
tree | 979eeefef211e202e8cfca3d868ac5728aa9306a /resources/index.html | |
parent | look at fs on demand, don't watch it (diff) | |
download | media-control-0fcbd6e10b31e27f7f213d66f1750736dd736730.tar.gz media-control-0fcbd6e10b31e27f7f213d66f1750736dd736730.tar.bz2 media-control-0fcbd6e10b31e27f7f213d66f1750736dd736730.zip |
fix list styling
Diffstat (limited to 'resources/index.html')
-rw-r--r-- | resources/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/index.html b/resources/index.html index 1cb3054..cd7bb6a 100644 --- a/resources/index.html +++ b/resources/index.html @@ -315,8 +315,10 @@ .file-list ul { width: min-content; margin-top: 0; + padding-left: 0; font-size: 50%; list-style-type: none; + list-style-position: inside; } .file-list li { |