From e09be08a6b167b64c8426eebd691e7e8ac53193d Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Wed, 3 Jul 2024 15:20:34 -0700 Subject: [PATCH] Removing huge logo banner thing on admin page on mobile --- app/javascript/styles/mastodon/admin.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index a65f35e7b..70296a160 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -81,6 +81,13 @@ $content-width: 840px; height: 100px; } + // Hometown edit to remove huge logo at top of admin page on mobile + @media screen and (max-width: $no-gap-breakpoint - 285px - 1px) { + .logo { + display: none; + } + } + .logo--wordmark { display: inherit; margin: inherit;