From: mayaeh Date: Thu, 23 Jun 2022 21:08:52 +0000 (+0900) Subject: [Glitch] Fixed the setting page's logo that is not displayed on the smartphone X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=1924f93d78fccc843410f9cdc5ec4a52925622e9;p=mastodon.git [Glitch] Fixed the setting page's logo that is not displayed on the smartphone Port 65ad58984808c482de60894f4210a5595bd96eb2 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 9553aa4ae..a582b0e3d 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -75,6 +75,13 @@ $content-width: 840px; height: 100px; } + .logo--wordmark { + display: inherit; + margin: inherit; + width: inherit; + height: 20px; + } + @media screen and (max-width: $no-columns-breakpoint) { & > a:first-child { display: none;