+
+
-
+
@DisplayClubName
-
-
-
+
+
+
+
@if (accounts == null)
{
@@ -48,11 +47,8 @@
@if (showEditClubName)
{
-
+
}
@code {
diff --git a/src/Duempelkas.Desktop/wwwroot/css/app.css b/src/Duempelkas.Desktop/wwwroot/css/app.css
index 0c37191..bca5b5d 100644
--- a/src/Duempelkas.Desktop/wwwroot/css/app.css
+++ b/src/Duempelkas.Desktop/wwwroot/css/app.css
@@ -184,6 +184,20 @@ html, body {
font-size: 0.9rem;
}
+.btn-nav {
+ width: 75px;
+ height: 75px;
+ display: flex;
+ flex-direction: column;
+ gap: 0;
+ justify-content: center;
+ font-size: 0.8rem !important;
+}
+
+.btn-nav i {
+ font-size: 2rem;
+}
+
.btn-primary {
background-color: var(--color-accent);
border-color: var(--color-accent);