From 5e089ba27db32f2674a88c4db7f3a2927dd7bbfe Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 13 Dec 2018 00:39:38 -0800 Subject: [PATCH] fix: fix sensitive content warning on mobile (#794) --- src/routes/_components/status/StatusMediaAttachments.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/_components/status/StatusMediaAttachments.html b/src/routes/_components/status/StatusMediaAttachments.html index ebe12d17..97b46eff 100644 --- a/src/routes/_components/status/StatusMediaAttachments.html +++ b/src/routes/_components/status/StatusMediaAttachments.html @@ -20,7 +20,7 @@ delegate-key={delegateKey} >
- Sensitive content. Click to show. + Sensitive content. Click to show.
@@ -107,6 +107,7 @@ justify-content: center; color: var(--deemphasized-text-color); z-index: 60; + padding: 0 10px; } .status-sensitive-media-container .svg-wrapper {