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>
|
||||
</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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user