From af25c0eef9aee66572dc1c529dc8ce5de4404173 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:17:21 +0300 Subject: [PATCH] UI fixes for small screens --- rsconcept/frontend/src/App.tsx | 2 +- .../src/components/Navigation/NavigationButton.tsx | 2 +- rsconcept/frontend/src/index.css | 7 +++++++ .../frontend/src/pages/RSFormPage/EditorConstituenta.tsx | 6 +++--- .../frontend/src/pages/RSFormPage/EditorTermGraph.tsx | 9 +++++---- rsconcept/frontend/src/pages/RSFormPage/RSTabs.tsx | 6 +++--- .../pages/RSFormPage/elements/ViewSideConstituents.tsx | 4 ++-- .../src/pages/UserProfilePage/EditorPassword.tsx | 2 +- 8 files changed, 23 insertions(+), 15 deletions(-) diff --git a/rsconcept/frontend/src/App.tsx b/rsconcept/frontend/src/App.tsx index 433a87d3..ab8f7ff2 100644 --- a/rsconcept/frontend/src/App.tsx +++ b/rsconcept/frontend/src/App.tsx @@ -38,7 +38,7 @@ function Root() { overflowY: showScroll ? 'scroll': 'auto' }} > -
+
{!noNavigation && !noFooter &&