From 4da2d7129a26ee4f579f9d51c9050d38c04aad60f05caf7615adc46bce3336a7 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sat, 19 Sep 2026 10:18:45 +0300 Subject: [PATCH] 1 --- shine-UI/styles/features/profile.css | 29 +++++++++++----------------- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/shine-UI/styles/features/profile.css b/shine-UI/styles/features/profile.css index 471df775..96f3e323 100644 --- a/shine-UI/styles/features/profile.css +++ b/shine-UI/styles/features/profile.css @@ -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: - 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; + 0 0 3px rgba(155, 244, 255, 0.96), + 0 0 9px rgba(112, 222, 255, 0.74), + 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; }