From 4012b8f995febeb6554c2f62f72003c13778a9e2 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:00:11 +0300 Subject: [PATCH] fix --- .../frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx | 2 +- .../src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx index 9b019173..a28f2be5 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx @@ -444,7 +444,7 @@ function TGFlow({ onOpenEdit }: TGFlowProps) { hideZero totalCount={controller.schema?.stats?.count_all ?? 0} selectedCount={controller.selected.length} - position='top-[4.3rem] left-0' + position='top-[4.4rem] sm:top-[4.1rem] left-[0.5rem] sm:left-[0.65rem]' /> {!isDragging && hoverCst && hoverCstDebounced && hoverCst === hoverCstDebounced ? ( diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx index b951c7b6..249c10d2 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/ViewHidden.tsx @@ -76,7 +76,9 @@ function ViewHidden({ items, selected, toggleSelection, setFocus, schema, colori animate={!isFolded ? 'open' : 'closed'} variants={animateHiddenHeader} initial={false} - >{`Скрытые [${localSelected.length} | ${items.length}]`} + > + {`Скрытые [${localSelected.length} | ${items.length}]`} +