mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 02:34:27 +00:00
Fix attachment scaling
This commit is contained in:
parent
17921c1097
commit
5d35d5c0a0
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ a.label-btn {
|
|||
.activity-attachment {
|
||||
margin: 30px 0 20px 0;
|
||||
img, audio, video {
|
||||
max-width: 740px;
|
||||
max-width: calc(min(740px, 100%));
|
||||
}
|
||||
}
|
||||
img.inline-img {
|
||||
|
|
Loading…
Reference in a new issue