From f98ebc8e088ee227fc45331d86126bb7cfe45d98 Mon Sep 17 00:00:00 2001 From: glpshchn <464976@niuitmo.ru> Date: Mon, 8 Dec 2025 18:46:45 +0300 Subject: [PATCH] Update files --- frontend/src/pages/UserProfile.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/frontend/src/pages/UserProfile.css b/frontend/src/pages/UserProfile.css index a5e7b81..2735ddc 100644 --- a/frontend/src/pages/UserProfile.css +++ b/frontend/src/pages/UserProfile.css @@ -88,9 +88,9 @@ display: flex; flex-direction: row; align-items: center; - justify-content: center; gap: 24px; width: 100%; + justify-content: center; padding-top: 16px; border-top: 1px solid var(--divider-color); } @@ -99,12 +99,9 @@ display: flex; flex-direction: column; align-items: center; - justify-content: center; gap: 4px; cursor: pointer; transition: opacity 0.2s; - flex: 0 0 auto; - min-width: 80px; } .stat-item:active { @@ -115,23 +112,17 @@ font-size: 20px; font-weight: 700; color: var(--text-primary); - line-height: 1.2; - text-align: center; } .stat-label { - font-size: 14px; + font-size: 13px; color: var(--text-secondary); - line-height: 1.2; - text-align: center; } .stat-divider { width: 1px; height: 40px; background: var(--divider-color); - flex-shrink: 0; - flex-grow: 0; } .follow-btn {