From 7808a3e059bbd08d82d3f2ef976ebbd73efbd83f Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 13 Jun 2024 03:25:09 +0200 Subject: [PATCH] Stylized scene banner to match scene tile. --- components/scenes/scenes.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/scenes/scenes.vue b/components/scenes/scenes.vue index 1b78212..8b2436a 100644 --- a/components/scenes/scenes.vue +++ b/components/scenes/scenes.vue @@ -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 {