From 7f88d030d48392dfc82bf0fce5dde66281a5ff06 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:04:07 +0300 Subject: [PATCH] M: Small UI layout fixes --- .../frontend/src/app/ApplicationLayout.tsx | 5 +- .../src/app/Navigation/Navigation.tsx | 3 +- .../src/components/info/InfoError.tsx | 2 +- .../src/components/info/TooltipOperation.tsx | 2 +- .../components/select/PickMultiOperation.tsx | 1 - .../src/components/select/PickSchema.tsx | 2 +- .../components/select/PickSubstitutions.tsx | 73 +++++++++---------- .../src/components/select/SelectVersion.tsx | 2 +- .../frontend/src/components/ui/SearchBar.tsx | 2 +- .../src/components/ui/SelectSingle.tsx | 2 +- .../dialogs/DlgCreateCst/FormCreateCst.tsx | 2 +- .../src/dialogs/DlgDeleteOperation.tsx | 10 +-- .../DlgEditWordForms/DlgEditWordForms.tsx | 4 +- .../dialogs/DlgInlineSynthesis/TabSchema.tsx | 4 +- .../frontend/src/dialogs/DlgRenameCst.tsx | 4 +- .../src/pages/ManualsPage/ManualsPage.tsx | 2 +- .../pages/ManualsPage/items/HelpRSLang.tsx | 10 +-- .../ManualsPage/items/ui/HelpOssGraph.tsx | 6 +- .../ManualsPage/items/ui/HelpRSGraphTerm.tsx | 6 +- .../pages/OssPage/EditorOssCard/FormOSS.tsx | 2 +- .../EditorConstituenta/FormConstituenta.tsx | 6 +- .../EditorRSExpression/EditorRSExpression.tsx | 4 +- .../ToolbarRSExpression.tsx | 2 +- .../EditorRSFormCard/FormRSForm.tsx | 2 +- rsconcept/frontend/src/styling/overrides.css | 4 +- rsconcept/frontend/src/utils/codemirror.ts | 6 +- 26 files changed, 72 insertions(+), 96 deletions(-) diff --git a/rsconcept/frontend/src/app/ApplicationLayout.tsx b/rsconcept/frontend/src/app/ApplicationLayout.tsx index 7395de5b..7bd3f01e 100644 --- a/rsconcept/frontend/src/app/ApplicationLayout.tsx +++ b/rsconcept/frontend/src/app/ApplicationLayout.tsx @@ -28,10 +28,7 @@ function ApplicationLayout() { maxHeight: viewportHeight }} > -
+