From 1738a109a7eff3930ec5c39ce779bdb6a0bf637b Mon Sep 17 00:00:00 2001 From: Bastian Wagner Date: Wed, 5 Aug 2026 12:53:12 +0200 Subject: [PATCH] fix: commit missing .page wrapper the height-compensation CSS depends on --- .../src/app/features/public-team/public-player.html | 2 ++ .../src/app/features/public-team/public-team.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/myteamwallet_frontend_modern/src/app/features/public-team/public-player.html b/myteamwallet_frontend_modern/src/app/features/public-team/public-player.html index 34f640b..b39341a 100644 --- a/myteamwallet_frontend_modern/src/app/features/public-team/public-player.html +++ b/myteamwallet_frontend_modern/src/app/features/public-team/public-player.html @@ -4,6 +4,7 @@ >loginAnmelden
+
arrow_backZur Teamübersicht
@if (loading()) { @@ -51,4 +52,5 @@ }
} +
diff --git a/myteamwallet_frontend_modern/src/app/features/public-team/public-team.html b/myteamwallet_frontend_modern/src/app/features/public-team/public-team.html index 29a7b85..581a506 100644 --- a/myteamwallet_frontend_modern/src/app/features/public-team/public-team.html +++ b/myteamwallet_frontend_modern/src/app/features/public-team/public-team.html @@ -5,6 +5,7 @@ loginAnmelden
+
@if (loading()) {
@@ -103,4 +104,5 @@
} +