diff --git a/src/app.css b/src/app.css index 6915a92b..74071efe 100644 --- a/src/app.css +++ b/src/app.css @@ -494,6 +494,13 @@ a.mention span { width: 100vw; height: 100vh; height: 100dvh; + background-color: var(--average-color-alpha); + background-image: radial-gradient( + closest-side, + var(--average-color) 10%, + var(--average-color-alpha) 40%, + transparent 100% + ); } .carousel > * :is(img, video) { width: auto; diff --git a/src/components/status.jsx b/src/components/status.jsx index e21347eb..4ce72fea 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1326,8 +1326,10 @@ function Carousel({ mediaAttachments, index = 0, onClose = () => {} }) {