diff options
author | Christian Schmidt <github@chsc.dk> | 2023-04-07 11:57:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 11:57:43 +0200 |
commit | d7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 (patch) | |
tree | b8e1a660869c641e77d60b2401fef14fad9026e7 /app/javascript/styles | |
parent | 369f239f7b6ba7a02a3cd514e11b2f272bc2d377 (diff) |
Fix account header image missing in low-res (#24433)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 4 |
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 { |