[Glitch] Fix layout of the report page on smaller screens in admin UI

Port f53e4c250e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-downstream
Eugen Rochko 3 years ago committed by Claire
parent e5e6857bd7
commit 1c420fca57

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

Loading…
Cancel
Save