about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2023-04-07 11:57:43 +0200
committerGitHub <noreply@github.com>2023-04-07 11:57:43 +0200
commitd7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 (patch)
treeb8e1a660869c641e77d60b2401fef14fad9026e7
parent369f239f7b6ba7a02a3cd514e11b2f272bc2d377 (diff)
Fix account header image missing in low-res (#24433)
-rw-r--r--app/javascript/styles/mastodon/accounts.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss
index 90775ee42..853d7f70d 100644
--- a/app/javascript/styles/mastodon/accounts.scss
+++ b/app/javascript/styles/mastodon/accounts.scss
@@ -36,10 +36,6 @@
     @media screen and (max-width: 600px) {
       height: 200px;
     }
-
-    @media screen and (max-width: $no-gap-breakpoint) {
-      display: none;
-    }
   }
 
   &__bar {