]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix privacy policy link not being visible on small screens
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 13 Feb 2022 01:52:34 +0000 (02:52 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Thu, 17 Feb 2022 09:58:53 +0000 (10:58 +0100)
Port bbd34744161fc46fa0e75d64e08a2f70d951bb40 to glitch-soc

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

index 00d2908832fbca0a8cfe18715c3ab4b6381c586c..073ebda7e451e1973f9c8e76a2e309c066776a19 100644 (file)
         .column-4 {
           display: none;
         }
+
+        .column-2 h4 {
+          display: none;
+        }
+      }
+    }
+
+    .legal-xs {
+      display: none;
+      text-align: center;
+      padding-top: 20px;
+
+      @media screen and (max-width: $no-gap-breakpoint) {
+        display: block;
       }
     }
 
       }
     }
 
-    ul a {
+    ul a,
+    .legal-xs a {
       text-decoration: none;
       color: lighten($ui-base-color, 34%);