Browse Source
Fit the max-width of media in .prose to parent box (#24180)
closed-social-glitch-2
mogamin
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
app/javascript/styles/mastodon/components.scss
|
@ -8249,11 +8249,13 @@ noscript { |
|
|
img { |
|
|
img { |
|
|
margin-top: 2em; |
|
|
margin-top: 2em; |
|
|
margin-bottom: 2em; |
|
|
margin-bottom: 2em; |
|
|
|
|
|
max-width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
video { |
|
|
video { |
|
|
margin-top: 2em; |
|
|
margin-top: 2em; |
|
|
margin-bottom: 2em; |
|
|
margin-bottom: 2em; |
|
|
|
|
|
max-width: 100%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
figure { |
|
|
figure { |
|
|