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