~cytrogen/masto-fe

0a9def5498d9630bb9ebf1585f76b2af5fad5169 — mogamin 3 years ago 7bef116
Fit the max-width of media in .prose to parent box (#24180)

1 files changed, 2 insertions(+), 0 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +2 -0
@@ 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 {