Stylized scene banner to match scene tile.

This commit is contained in:
DebaucheryLibrarian 2024-06-13 03:25:09 +02:00
parent 3b3eea193a
commit 7808a3e059
1 changed files with 5 additions and 0 deletions

View File

@ -349,6 +349,11 @@ function updateFilter(prop, value, reload = true) {
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
gap: .5rem;
padding: .5rem 1rem 1rem 1rem;
:deep(.campaign) .campaign-banner {
border-radius: .25rem;
box-shadow: 0 0 3px var(--shadow-weak-20);
}
}
.scopes {