diff --git a/src/app.css b/src/app.css
index 54b16d93..7ab348d0 100644
--- a/src/app.css
+++ b/src/app.css
@@ -849,7 +849,14 @@ button.carousel-dot:is(.active, [disabled].active) {
/* CAROUSEL + STATUS PAGE COMBO */
+.media-post-link .button-label {
+ display: none;
+}
+
@media (min-width: calc(40em + 350px)) {
+ .media-post-link .button-label {
+ display: inline;
+ }
#modal-container > div,
.status-deck {
transition: all 0.3s ease-in-out;
diff --git a/src/components/media-modal.jsx b/src/components/media-modal.jsx
index 0f757643..9d246152 100644
--- a/src/components/media-modal.jsx
+++ b/src/components/media-modal.jsx
@@ -165,7 +165,7 @@ function MediaModal({
{!isStatusLocation && (
{
// if small screen (not media query min-width 40em + 350px), run onClose
if (
@@ -175,7 +175,7 @@ function MediaModal({
}
}}
>
- See post »
+ See post »
)}{' '}