diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index e0f273269b..1f13334dee 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2290,7 +2290,7 @@ $ui-header-height: 55px; display: none; } - @media screen and (width >= 320px) { + @media screen and (width >= 370px) { .logo--wordmark { display: block; } @@ -2299,6 +2299,16 @@ $ui-header-height: 55px; display: none; } } + + @media screen and (width < 330px) { + .logo--wordmark { + display: none; + } + + .logo--icon { + display: none; + } + } } &__links {