style.css: set minimum file container width and multifile margin

This commit is contained in:
Zankaria 2025-03-27 00:17:17 +01:00
parent 8da10af101
commit fa56876c36

View file

@ -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%;