This commit is contained in:
AidarKC
2026-09-19 10:18:45 +03:00
parent 2be5ad0b7d
commit 4da2d7129a
+11 -18
View File
@@ -798,25 +798,18 @@
} }
.user-profile-screen .user-profile-hero-avatar.avatar-glow { .user-profile-screen .user-profile-hero-avatar.avatar-glow::before {
inset: -7%;
border: 2px solid rgba(145, 239, 255, 0.94);
background: transparent;
box-shadow: box-shadow:
0 0 8.3px rgba(146, 243, 255, 0.57), 0 0 3px rgba(155, 244, 255, 0.96),
0 0 18.3px rgba(121, 235, 255, 0.39), 0 0 9px rgba(112, 222, 255, 0.74),
0 0 33px rgba(100, 220, 255, 0.24); 0 0 17px rgba(86, 190, 255, 0.38),
} inset 0 0 4px rgba(176, 248, 255, 0.72);
filter: none;
transform: none;
/* Повторяем стационарное сияние узлов экрана «Связи»: тот же градиент, opacity: 1;
* интенсивность, масштаб и радиус размытия. 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;
} }