From fa56876c3620f5aa0895fbde70216bf25b113bb7 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 27 Mar 2025 00:17:17 +0100 Subject: [PATCH] style.css: set minimum file container width and multifile margin --- stylesheets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 815e1853..74c455a5 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -380,6 +380,7 @@ form table tr td div.center { .file { float: left; + min-width: 100px; } .file:not(.multifile) .post-image { @@ -390,6 +391,10 @@ form table tr td div.center { float: none; } +.file.multifile { + margin: 0 20px 0 0; +} + .file.multifile > p { width: 0px; min-width: 100%;