mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Fix image attachment styling
This commit is contained in:
parent
fb342cfb54
commit
c857cd026f
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ table.metadata td.name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .attachments a.image img {
|
.post .attachments a.image img {
|
||||||
display: inline-block;
|
display: block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue