From c465cb0a3545f4d619c09fb5500aa68fd66f9b96 Mon Sep 17 00:00:00 2001 From: mkljczk Date: Wed, 25 Feb 2026 20:08:39 +0000 Subject: [PATCH] components/attachment: fix display of nsfw overlays on webkit --- CHANGELOG.md | 1 + src/components/attachment/attachment.scss | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2078158..e6e02251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - fixed saving fallback cop yof settings to local browser storage - improve image animation detection further - fix status content parsing for mention and hashtag detection; this could lock the UI until reload +- fix display of nsfw attachment overlays on webkit ## Between 2022.09 (3.2.0) and 2025.12 (3.17.0) A whole lot of stuff, but we forgot to update the changelog besides the one entry below, oopsi diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss index b676298a..3ea93d48 100644 --- a/src/components/attachment/attachment.scss +++ b/src/components/attachment/attachment.scss @@ -26,6 +26,12 @@ } } + &.-nsfw-placeholder { + .attachment-wrapper { + align-content: unset; + } + } + .description-container { flex: 0 1 0; display: flex;