Improved header spacing and centering scope pills on small screens.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user