From: mayaeh Date: Thu, 23 Jun 2022 21:08:52 +0000 (+0900) Subject: Fixed the setting page's logo that is not displayed on the smartphone (#18710) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6cecd48496c21cc42dd603a2442b502edcaefb08;p=mastodon.git Fixed the setting page's logo that is not displayed on the smartphone (#18710) --- diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index f4f5bf752..404113f4d 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/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;