]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix layout of the report page on smaller screens in admin UI
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Feb 2022 00:08:23 +0000 (01:08 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Sat, 12 Feb 2022 12:15:07 +0000 (13:15 +0100)
Port e848d281d55a3c753f6dc8d9f32a3d7eb9b9a2ff to glitch-soc

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

index d28470747da25ceb7340869bdf16a2620a0e569a..66ce92ce2c57b51fee165b31996c6dec9149252f 100644 (file)
@@ -1203,6 +1203,10 @@ a.sparkline {
       }
     }
   }
+
+  @media screen and (max-width: 930px) {
+    grid-template-columns: minmax(0, 1fr);
+  }
 }
 
 .account-card {