~cytrogen/masto-fe

df6602ede16fc35d2520a56e58a86dcc2de19e20 — Christian Schmidt 3 years ago 74c61b0
[Glitch] Fix account header image missing in low-res

Port d7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 0 insertions(+), 4 deletions(-)

M app/javascript/flavours/glitch/styles/accounts.scss
M app/javascript/flavours/glitch/styles/accounts.scss => app/javascript/flavours/glitch/styles/accounts.scss +0 -4
@@ 36,10 36,6 @@
    @media screen and (max-width: 600px) {
      height: 200px;
    }

    @media screen and (max-width: $no-gap-breakpoint) {
      display: none;
    }
  }

  &__bar {