Improved header spacing and centering scope pills on small screens.

This commit is contained in:
2024-03-18 02:00:04 +01:00
parent 26d9a8621d
commit c2dfdcd350
2 changed files with 33 additions and 4 deletions

View File

@@ -339,6 +339,10 @@ function updateFilter(prop, value, reload = true) {
.scenes {
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
.scopes {
justify-content: center;
}
}
@media(--small-20) {