aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-01-20 18:11:37 +0000
committerdakkar <dakkar@thenautilus.net>2024-01-20 18:11:37 +0000
commit0fcbd6e10b31e27f7f213d66f1750736dd736730 (patch)
tree979eeefef211e202e8cfca3d868ac5728aa9306a
parentlook at fs on demand, don't watch it (diff)
downloadmedia-control-master.tar.gz
media-control-master.tar.bz2
media-control-master.zip
fix list stylingHEADmaster
-rw-r--r--resources/index.html2
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 {