style.css: make fileinfo more compact on posts with multiple files

This commit is contained in:
Zankaria 2025-01-04 21:34:59 +01:00 committed by Zankaria
parent 18c071f54f
commit 1f10a956fd
2 changed files with 5 additions and 1 deletions

View File

@ -157,6 +157,10 @@ form table tr td div label {
flex-wrap: wrap;
}
.files.multifile span {
display: block;
}
.file {
float: left;
}

View File

@ -7,7 +7,7 @@
{% if file.file == 'deleted' %}
<img class="post-image deleted" src="{{ config.root }}{{ config.image_deleted }}" alt="" />
{% else %}
<p class="fileinfo">File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a> <span class="unimportant">
<p class="fileinfo"><span>File: <a href="{{ config.uri_img }}{{ file.file }}">{{ file.file }}</a></span><span class="unimportant">
(
{% if file.thumb == 'spoiler' %}
{% trans %}Spoiler Image{% endtrans %},