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> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.10.2</Version> <Version>1.10.3</Version>
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
+2 -2
View File
@@ -17,7 +17,7 @@ services:
retries: 10 retries: 10
bot: bot:
image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.2 image: git.codeanddice.ru/toutsu/gmrelay-bot:1.10.3
restart: always restart: always
depends_on: depends_on:
db: db:
@@ -30,7 +30,7 @@ services:
- gmrelay - gmrelay
web: web:
image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.2 image: git.codeanddice.ru/toutsu/gmrelay-web:1.10.3
restart: always restart: always
depends_on: depends_on:
db: db:
@@ -56,7 +56,7 @@
</button> </button>
</form> </form>
<div class="nav-version">v1.10.2</div> <div class="nav-version">v1.10.3</div>
</div> </div>
</Authorized> </Authorized>
<NotAuthorized> <NotAuthorized>
@@ -10,13 +10,16 @@
.nav-brand { .nav-brand {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.625rem; gap: 0.75rem;
text-decoration: none; text-decoration: none;
color: var(--text-primary); color: var(--text-primary);
} }
.nav-brand-icon { .nav-brand-icon {
font-size: 1.5rem; font-size: 1.5rem;
line-height: 1;
display: inline-flex;
align-items: center;
} }
.nav-brand-text { .nav-brand-text {