diff --git a/stylesheets/style.css b/stylesheets/style.css index 88f5f341..883da6ea 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -152,6 +152,11 @@ form table tr td div label { font-size: 10px; } +.files.multifile { + display: flex; + flex-wrap: wrap; +} + .file { float: left; } diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index c7492b57..dc5b7e12 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -1,7 +1,7 @@ {% if post.embed %} {{ post.embed }} {% else %} -