fix: commit missing .page wrapper the height-compensation CSS depends on
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
><a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
|
><a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<div class="page">
|
||||||
<a mat-button [routerLink]="['/t', token]"><mat-icon>arrow_back</mat-icon>Zur Teamübersicht</a>
|
<a mat-button [routerLink]="['/t', token]"><mat-icon>arrow_back</mat-icon>Zur Teamübersicht</a>
|
||||||
<header class="page-title">
|
<header class="page-title">
|
||||||
@if (loading()) {
|
@if (loading()) {
|
||||||
@@ -51,4 +52,5 @@
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
<a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
|
<a mat-stroked-button routerLink="/auth/login"><mat-icon>login</mat-icon>Anmelden</a>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<div class="page">
|
||||||
@if (loading()) {
|
@if (loading()) {
|
||||||
<div role="status" aria-label="Team wird geladen">
|
<div role="status" aria-label="Team wird geladen">
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
@@ -103,4 +104,5 @@
|
|||||||
</aside>
|
</aside>
|
||||||
</section>
|
</section>
|
||||||
}
|
}
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user