From 0fcbd6e10b31e27f7f213d66f1750736dd736730 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 20 Jan 2024 18:11:37 +0000 Subject: fix list styling --- resources/index.html | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3