about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2022-06-24 06:08:52 +0900
committerGitHub <noreply@github.com>2022-06-23 23:08:52 +0200
commit65ad58984808c482de60894f4210a5595bd96eb2 (patch)
treebcd0d057775adb0c814a62126f37b73540e250fb /app/javascript/styles
parent47f2ff617ded1c3cc523e6bb803e26a0e6dd4103 (diff)
Fixed the setting page's logo that is not displayed on the smartphone (#18710)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/admin.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss
index f83d6424a..66e2997f1 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;