From 153194c5812b8063d79923823883c0d5b084a03f Mon Sep 17 00:00:00 2001 From: Ulle9 Date: Sat, 2 Sep 2023 11:21:14 +0300 Subject: [PATCH] UI changes --- rsconcept/frontend/src/App.tsx | 8 ++++---- rsconcept/frontend/src/components/Footer.tsx | 2 +- .../src/components/Help/HelpLibrary.tsx | 4 ++-- .../frontend/src/components/Help/HelpMain.tsx | 20 +++++++++---------- .../src/components/Help/HelpRSFormMeta.tsx | 2 +- .../src/components/Help/HelpRSLang.tsx | 2 +- .../src/components/Help/HelpTermGraph.tsx | 4 ++-- .../src/components/Help/InfoCstClass.tsx | 2 +- .../src/components/Help/InfoCstStatus.tsx | 2 +- rsconcept/frontend/src/index.css | 16 +++++++-------- .../src/pages/LibraryPage/ViewLibrary.tsx | 6 +++--- .../src/pages/ManualsPage/TopicsList.tsx | 2 +- .../src/pages/ManualsPage/ViewTopic.tsx | 2 +- .../src/pages/RSFormPage/EditorRSForm.tsx | 2 +- .../frontend/src/pages/RSFormPage/RSTabs.tsx | 2 +- rsconcept/frontend/src/utils/color.ts | 8 ++++---- rsconcept/frontend/src/utils/staticUI.ts | 10 +++++----- 17 files changed, 47 insertions(+), 47 deletions(-) diff --git a/rsconcept/frontend/src/App.tsx b/rsconcept/frontend/src/App.tsx index c9a5e206..14913b38 100644 --- a/rsconcept/frontend/src/App.tsx +++ b/rsconcept/frontend/src/App.tsx @@ -18,7 +18,7 @@ import UserProfilePage from './pages/UserProfilePage'; function Root() { const { noNavigation, noFooter, viewportHeight, mainHeight } = useConceptTheme(); return ( -
+
-
-
+
+
- {!noNavigation && !noFooter &&
} + {!noNavigation && !noFooter &&
}
); diff --git a/rsconcept/frontend/src/components/Footer.tsx b/rsconcept/frontend/src/components/Footer.tsx index 1f2c2881..52e6f31a 100644 --- a/rsconcept/frontend/src/components/Footer.tsx +++ b/rsconcept/frontend/src/components/Footer.tsx @@ -4,7 +4,7 @@ import { urls } from '../utils/constants'; function Footer() { return ( -