about summary refs log tree commit diff
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2022-06-24 06:08:52 +0900
committerClaire <claire.github-309c@sitedethib.com>2022-06-28 11:21:58 +0200
commit97f81577f1f3dd2964141a741c98fc71db78f474 (patch)
tree58f3421c52566bac50d9688ae078de33f3fbfe94
parentfe5f6bc7edf42e8c87dbdfa98f5707020e42d400 (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>
-rw-r--r--app/javascript/flavours/glitch/styles/admin.scss7
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;