From: Eugen Rochko Date: Sat, 12 Feb 2022 00:08:23 +0000 (+0100) Subject: Fix layout of the report page on smaller screens in admin UI (#17523) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e848d281d55a3c753f6dc8d9f32a3d7eb9b9a2ff;p=mastodon.git Fix layout of the report page on smaller screens in admin UI (#17523) Fix #17491 --- diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index 21669dded..546de1640 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -1187,6 +1187,10 @@ a.sparkline { } } } + + @media screen and (max-width: 930px) { + grid-template-columns: minmax(0, 1fr); + } } .account-card {