This commit is contained in:
Ivan 2024-12-02 21:00:11 +03:00
parent a63af2b5cf
commit 4012b8f995
2 changed files with 4 additions and 2 deletions

View File

@ -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 ? (

View File

@ -76,7 +76,9 @@ function ViewHidden({ items, selected, toggleSelection, setFocus, schema, colori
animate={!isFolded ? 'open' : 'closed'}
variants={animateHiddenHeader}
initial={false}
>{`Скрытые [${localSelected.length} | ${items.length}]`}</motion.div>
>
{`Скрытые [${localSelected.length} | ${items.length}]`}
</motion.div>
</div>
<motion.div