diff --git a/web/assets/status.css b/web/assets/status.css index bd37452ab..9dd788a9e 100644 --- a/web/assets/status.css +++ b/web/assets/status.css @@ -91,7 +91,6 @@ main { position: absolute; bottom: 0.1rem; right: 0.4rem; - content: "(!)"; color: white; background: #5897df; padding: 0.2rem 0.4rem; @@ -99,6 +98,11 @@ main { z-index: 3; } +.toot .media .no-image-desc i.fa { + display: block; + line-height: 1.3rem; + } + .toot .media .no-image-desc span { margin-left: 0.3rem; display: none; diff --git a/web/gotosocial-styling/templates/status.css b/web/gotosocial-styling/templates/status.css index 72fb049ec..b71a7c9f7 100644 --- a/web/gotosocial-styling/templates/status.css +++ b/web/gotosocial-styling/templates/status.css @@ -91,13 +91,17 @@ main { position: absolute; bottom: 0.1rem; right: 0.4rem; - content: "(!)"; color: white; background: $blue; padding: 0.2rem 0.4rem; border-radius: 100%; z-index: 3; + i.fa { + display: block; + line-height: 1.3rem; + } + span { margin-left: 0.3rem; display: none;