fix(#47): use align-items: baseline + vertical-align + nudge for emoji icon
Deploy Telegram Bot / build-and-push (push) Successful in 3m34s
Deploy Telegram Bot / deploy (push) Successful in 9s

This commit is contained in:
Hermes Agent
2026-05-07 13:18:57 +00:00
parent f46f2bb5d3
commit a0d9d1bc44
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
- main - main
env: env:
VERSION: 1.10.3 VERSION: 1.10.4
jobs: jobs:
# ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами) # ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами)
+1 -1
View File
@@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>1.10.3</Version> <Version>1.10.4</Version>
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion> <LangVersion>preview</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
@@ -9,7 +9,7 @@
.nav-brand { .nav-brand {
display: flex; display: flex;
align-items: center; align-items: baseline;
gap: 0.75rem; gap: 0.75rem;
text-decoration: none; text-decoration: none;
color: var(--text-primary); color: var(--text-primary);
@@ -18,8 +18,8 @@
.nav-brand-icon { .nav-brand-icon {
font-size: 1.5rem; font-size: 1.5rem;
line-height: 1; line-height: 1;
display: inline-flex; vertical-align: middle;
align-items: center; margin-top: -2px;
} }
.nav-brand-text { .nav-brand-text {