]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix logo button style more
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Wed, 30 Dec 2020 22:18:39 +0000 (07:18 +0900)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 6 Jan 2021 18:03:52 +0000 (19:03 +0100)
Port 3f4b0dfd47d35818b36fedb767a5a82dc02f87cc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
app/javascript/flavours/glitch/styles/containers.scss
app/javascript/flavours/glitch/styles/statuses.scss

index e5d95d16f8846aa56012ec71df57a771af2bece2..63374f3c38168c5d395c50be1ad7e44c2626e88d 100644 (file)
     }
 
     .logo-button {
-      line-height: 36px;
       padding: 3px 15px;
     }
 
index 9c2667bb8b4d9cab247385200d43cc90790acdf8..b807fa45a8edeb14ad381aa98b53ea2130961c55 100644 (file)
@@ -79,7 +79,7 @@
   background: $ui-highlight-color;
   color: $primary-text-color;
   text-transform: none;
-  line-height: 16px;
+  line-height: 1.2;
   height: auto;
   min-height: 36px;
   min-width: 88px;
   }
 }
 
+a.button.logo-button {
+  display: inline-flex;
+  align-items: center;
+  justify-content: center;
+}
+
 .embed,
 .public-layout {
   .status__content[data-spoiler=folded] {