From c6bcbb837f646055547e6be0bea6a59bcb96bc04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KMY=EF=BC=88=E9=9B=AA=E3=81=82=E3=81=99=E3=81=8B=EF=BC=89?= Date: Fri, 10 Nov 2023 09:12:05 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=82=B9=E3=83=9E=E3=83=9B=E3=81=A7?= =?UTF-8?q?=E8=A6=8B=E3=81=9F=E6=99=82=E3=80=81=E3=83=98=E3=83=83=E3=83=80?= =?UTF-8?q?=E5=8F=B3=E5=81=B4=E3=81=8C=E9=9A=A0=E3=82=8C=E3=82=8B=E5=95=8F?= =?UTF-8?q?=E9=A1=8C=20(#265)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/styles/mastodon/components.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 {