mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
fix single file metadata display in multifile; fixes #611
This commit is contained in:
parent
1db32eff47
commit
08eed21f8f
@ -116,6 +116,12 @@ form table tr td div label {
|
||||
.multifile {
|
||||
border: 2px dashed #B7C5D9;
|
||||
}
|
||||
.file:not(.multifile) .post-image {
|
||||
float: left;
|
||||
}
|
||||
.file:not(.multifile) {
|
||||
float: none;
|
||||
}
|
||||
p.fileinfo {
|
||||
display: block;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user