Выровнять верхние панели UI

This commit is contained in:
AidarKC
2026-09-18 00:00:42 +03:00
parent f44ab75c64
commit 2be5ad0b7d
10 changed files with 79 additions and 22 deletions
+24 -2
View File
@@ -798,15 +798,37 @@
}
.user-profile-screen .user-profile-hero-avatar.avatar-glow::before {
inset: -12%;
.user-profile-screen .user-profile-hero-avatar.avatar-glow {
box-shadow:
0 0 8.3px rgba(146, 243, 255, 0.57),
0 0 18.3px rgba(121, 235, 255, 0.39),
0 0 33px rgba(100, 220, 255, 0.24);
}
/* Повторяем стационарное сияние узлов экрана «Связи»: тот же градиент,
* интенсивность, масштаб и радиус размытия. CSS blur здесь эквивалентен
* SVG-фильтру fg-shine-glow со stdDeviation 3.4, который создаёт граф. */
.user-profile-screen .user-profile-hero-avatar.avatar.avatar-image.avatar-framed.avatar-glow::before {
inset: -12px;
border: 0;
background: radial-gradient(circle, rgba(140, 240, 255, 0.5) 0%, rgba(130, 235, 255, 0.18) 46%, rgba(130, 235, 255, 0) 72%);
box-shadow: none;
filter: blur(3.4px);
transform: scale(1.07);
opacity: 0.91;
}
/* На крупном аватаре профиля официальный знак на 20% компактнее базового.
* Левый и нижний края остаются на месте, поэтому сокращение приходится на
* верхнюю и правую стороны знака. */
.user-profile-screen .user-profile-hero-avatar.avatar-framed > .avatar-official-badge {
width: 25.6%;
height: 25.6%;
}
.user-profile-screen .user-profile-hero-avatar .avatar-fallback {
font-size: clamp(34px, 9vw, 58px);
font-weight: 800;