diff options
author | Christian Schmidt <github@chsc.dk> | 2023-04-07 11:57:43 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-04-09 12:01:55 +0200 |
commit | df6602ede16fc35d2520a56e58a86dcc2de19e20 (patch) | |
tree | f43c3a50103fa7d371913167275d1b3a3694f70e /app | |
parent | 74c61b05aec50b3e2eb33b4c8ad65c69f6febb68 (diff) |
[Glitch] Fix account header image missing in low-res
Port d7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/accounts.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/javascript/flavours/glitch/styles/accounts.scss b/app/javascript/flavours/glitch/styles/accounts.scss index abe2e8616..b1faf07c2 100644 --- a/app/javascript/flavours/glitch/styles/accounts.scss +++ b/app/javascript/flavours/glitch/styles/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 { |