fix: commit missing .page wrapper the height-compensation CSS depends on

This commit is contained in:
Bastian Wagner
2026-08-05 12:53:12 +02:00
parent 91808a63f5
commit 1738a109a7
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
><a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
</header>
<main>
<div class="page">
<a mat-button [routerLink]="['/t', token]"><mat-icon>arrow_back</mat-icon>Zur Teamübersicht</a>
<header class="page-title">
@if (loading()) {
@@ -51,4 +52,5 @@
}
</div>
}
</div>
</main>

View File

@@ -5,6 +5,7 @@
<a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
</header>
<main>
<div class="page">
@if (loading()) {
<div role="status" aria-label="Team wird geladen">
<section class="hero">
@@ -103,4 +104,5 @@
</aside>
</section>
}
</div>
</main>