]> cat aescling's git repositories - mastodon.git/commitdiff
Fix layout of the report page on smaller screens in admin UI (#17523)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Feb 2022 00:08:23 +0000 (01:08 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 00:08:23 +0000 (01:08 +0100)
Fix #17491

app/javascript/styles/mastodon/admin.scss

index 21669ddedbcc0396aac3616072b82673a879821b..546de16400e133a03cd7d528766744adfd00b3c9 100644 (file)
@@ -1187,6 +1187,10 @@ a.sparkline {
       }
     }
   }
+
+  @media screen and (max-width: 930px) {
+    grid-template-columns: minmax(0, 1fr);
+  }
 }
 
 .account-card {