From 5f4433b4b280b3067d5e2d37c2901ac623abcef0 Mon Sep 17 00:00:00 2001 From: glpshchn <464976@niuitmo.ru> Date: Mon, 8 Dec 2025 18:43:52 +0300 Subject: [PATCH] Update files --- frontend/src/components/FollowListModal.css | 3 +++ frontend/src/components/PostCard.jsx | 21 ++++++++------------- frontend/src/pages/UserProfile.css | 11 ++++++++--- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/frontend/src/components/FollowListModal.css b/frontend/src/components/FollowListModal.css index 7a01ba2..a2eb0fb 100644 --- a/frontend/src/components/FollowListModal.css +++ b/frontend/src/components/FollowListModal.css @@ -105,10 +105,12 @@ .user-item-wrapper { padding: 12px 16px; display: flex; + flex-direction: row; align-items: center; gap: 12px; border-bottom: 1px solid rgba(0, 0, 0, 0.03); min-height: 70px; + width: 100%; } .user-item-wrapper:last-child { @@ -121,6 +123,7 @@ .user-item { display: flex; + flex-direction: row; align-items: center; gap: 12px; cursor: pointer; diff --git a/frontend/src/components/PostCard.jsx b/frontend/src/components/PostCard.jsx index f882cd7..59f5045 100644 --- a/frontend/src/components/PostCard.jsx +++ b/frontend/src/components/PostCard.jsx @@ -197,10 +197,10 @@ export default function PostCard({ post, currentUser, onUpdate }) { {/* Изображения */} {images.length > 0 && (