diff options
author | mayaeh <mayaeh@marimo-net.org> | 2022-06-24 06:08:52 +0900 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-06-28 11:21:58 +0200 |
commit | 97f81577f1f3dd2964141a741c98fc71db78f474 (patch) | |
tree | 58f3421c52566bac50d9688ae078de33f3fbfe94 /app/javascript/flavours | |
parent | fe5f6bc7edf42e8c87dbdfa98f5707020e42d400 (diff) |
[Glitch] Fixed the setting page's logo that is not displayed on the smartphone
Port 65ad58984808c482de60894f4210a5595bd96eb2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/admin.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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; |