~cytrogen/masto-fe

d7b8c6db7ec4d9b3fe39cbf8f1b32d152e70b8f1 — Christian Schmidt 3 years ago 369f239
Fix account header image missing in low-res (#24433)

1 files changed, 0 insertions(+), 4 deletions(-)

M app/javascript/styles/mastodon/accounts.scss
M app/javascript/styles/mastodon/accounts.scss => app/javascript/styles/mastodon/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 {