forked from GithubBackups/vichan
style.css: make fileinfo more compact on posts with multiple files
This commit is contained in:
parent
18c071f54f
commit
1f10a956fd
@ -157,6 +157,10 @@ form table tr td div label {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.files.multifile span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.file {
|
||||
float: left;
|
||||
}
|
||||
|
@ -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 %},
|
||||
|
Loading…
x
Reference in New Issue
Block a user