mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Fit the max-width of media in .prose to parent box (#24180)
This commit is contained in:
parent
7bef11630d
commit
0a9def5498
@ -8249,11 +8249,13 @@ noscript {
|
||||
img {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
figure {
|
||||
|
Loading…
Reference in New Issue
Block a user