From 65ad58984808c482de60894f4210a5595bd96eb2 Mon Sep 17 00:00:00 2001
From: mayaeh <mayaeh@marimo-net.org>
Date: Fri, 24 Jun 2022 06:08:52 +0900
Subject: [PATCH] Fixed the setting page's logo that is not displayed on the
 smartphone (#18710)

---
 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 f83d6424ad..66e2997f1f 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;
-- 
GitLab