From 537827201040a38b88d76ea6a5e5d56c3e2d62df Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:42:48 +0300 Subject: [PATCH] UI: Fix layout --- .../src/pages/LibraryPage/SearchPanel.tsx | 17 +++---- rsconcept/frontend/src/pages/LoginPage.tsx | 2 +- .../frontend/src/pages/OssPage/OssTabs.tsx | 4 +- .../frontend/src/pages/PasswordChangePage.tsx | 4 +- .../frontend/src/pages/RSFormPage/RSTabs.tsx | 4 +- rsconcept/frontend/src/pages/RegisterPage.tsx | 45 ++++++++++--------- .../src/pages/RestorePasswordPage.tsx | 8 +++- .../src/pages/UserProfilePage/UserTabs.tsx | 4 +- 8 files changed, 45 insertions(+), 43 deletions(-) diff --git a/rsconcept/frontend/src/pages/LibraryPage/SearchPanel.tsx b/rsconcept/frontend/src/pages/LibraryPage/SearchPanel.tsx index d47d7060..c026b804 100644 --- a/rsconcept/frontend/src/pages/LibraryPage/SearchPanel.tsx +++ b/rsconcept/frontend/src/pages/LibraryPage/SearchPanel.tsx @@ -73,17 +73,14 @@ function SearchPanel({ className={clsx( 'sticky top-0', // prettier: split lines 'w-full h-[2.2rem]', - 'pr-3 flex items-center', + 'flex items-center', 'border-b', 'text-sm', 'clr-input' )} > -