diff options
author | mayaeh <mayaeh@marimo-net.org> | 2022-06-24 06:08:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 23:08:52 +0200 |
commit | 65ad58984808c482de60894f4210a5595bd96eb2 (patch) | |
tree | bcd0d057775adb0c814a62126f37b73540e250fb /app/javascript | |
parent | 47f2ff617ded1c3cc523e6bb803e26a0e6dd4103 (diff) |
Fixed the setting page's logo that is not displayed on the smartphone (#18710)
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 7 |
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; |