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
env:
VERSION: 1.10.3
VERSION: 1.10.4
jobs:
# ЧАСТЬ 1: Собираем образы и кладем в Gitea (чтобы делиться с ребятами)
+1 -1
View File
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.10.3</Version>
<Version>1.10.4</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
@@ -9,7 +9,7 @@
.nav-brand {
display: flex;
align-items: center;
align-items: baseline;
gap: 0.75rem;
text-decoration: none;
color: var(--text-primary);
@@ -18,8 +18,8 @@
.nav-brand-icon {
font-size: 1.5rem;
line-height: 1;
display: inline-flex;
align-items: center;
vertical-align: middle;
margin-top: -2px;
}
.nav-brand-text {