diff --git a/Directory.Build.props b/Directory.Build.props index a9716f2..ecca8d6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.10.2 + 1.10.3 net10.0 preview enable diff --git a/compose.yaml b/compose.yaml index a680bc6..98f84d3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -17,7 +17,7 @@ services: retries: 10 bot: - image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.2 + image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.3 restart: always depends_on: db: @@ -30,7 +30,7 @@ services: - gmrelay web: - image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.2 + image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.3 restart: always depends_on: db: diff --git a/src/GmRelay.Web/Components/Layout/NavMenu.razor b/src/GmRelay.Web/Components/Layout/NavMenu.razor index 12525e4..2524de5 100644 --- a/src/GmRelay.Web/Components/Layout/NavMenu.razor +++ b/src/GmRelay.Web/Components/Layout/NavMenu.razor @@ -56,7 +56,7 @@ - + diff --git a/src/GmRelay.Web/Components/Layout/NavMenu.razor.css b/src/GmRelay.Web/Components/Layout/NavMenu.razor.css index 6f70fe3..9f20eaa 100644 --- a/src/GmRelay.Web/Components/Layout/NavMenu.razor.css +++ b/src/GmRelay.Web/Components/Layout/NavMenu.razor.css @@ -10,13 +10,16 @@ .nav-brand { display: flex; align-items: center; - gap: 0.625rem; + gap: 0.75rem; text-decoration: none; color: var(--text-primary); } .nav-brand-icon { font-size: 1.5rem; + line-height: 1; + display: inline-flex; + align-items: center; } .nav-brand-text {