fix(#47): align NavMenu emoji icon — line-height: 1, increase gap
PR Checks / test-and-build (pull_request) Successful in 3m17s
Deploy Telegram Bot / build-and-push (push) Successful in 3m47s
Deploy Telegram Bot / deploy (push) Failing after 7s

This commit is contained in:
Hermes Agent
2026-05-07 12:59:50 +00:00
parent d0a25895ab
commit 46527fe761
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.10.2</Version>
<Version>1.10.3</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
+2 -2
View File
@@ -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:
@@ -56,7 +56,7 @@
</button>
</form>
<div class="nav-version">v1.10.2</div>
<div class="nav-version">v1.10.3</div>
</div>
</Authorized>
<NotAuthorized>
@@ -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 {