Fixed scene banner pushing grid row spacing.

This commit is contained in:
2026-07-24 02:06:45 +02:00
parent e007dd2b83
commit 4037098927

View File

@@ -370,6 +370,7 @@ function setView(newView) {
<Campaign
:campaign="sceneCampaign"
:backdrop="true"
class="campaign-scene"
/>
</li>
@@ -457,6 +458,11 @@ function setView(newView) {
width: auto;
}
.campaign-scene {
width: 100%;
aspect-ratio: 2 / 1; /* ensures banner can't be taller than scene tile */
}
.scopes {
display: flex;
align-items: flex-end;