[Glitch] Fix layout of the report page on smaller screens in admin UI
Port e848d281d5
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
958089fb21
commit
f4db2e1832
|
@ -1203,6 +1203,10 @@ a.sparkline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 930px) {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.account-card {
|
||||
|
|
Loading…
Reference in New Issue