From e63223ae624a872f7e0ff3d47888b8e1976a531b Mon Sep 17 00:00:00 2001 From: katamaz Date: Mon, 31 Aug 2026 13:21:12 +0300 Subject: [PATCH] fix roundings --- src/trash/editorTable.jsx | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/src/trash/editorTable.jsx b/src/trash/editorTable.jsx index 2174b85..e33043a 100644 --- a/src/trash/editorTable.jsx +++ b/src/trash/editorTable.jsx @@ -213,7 +213,7 @@ function SortableRow({
@@ -223,7 +223,7 @@ function SortableRow({ onDuplicate(item.id); trigger([{ duration: 25 }], { intensity: 0.7 }); }} - className="min-w-12 min-h-12 transition-colors text-zinc-400 hover:bg-zinc-600/40 hover:text-zinc-300 flex items-center justify-center rounded-l-md" + className="min-w-12 min-h-12 transition-colors text-zinc-400 hover:bg-zinc-600/40 hover:text-zinc-300 flex items-center justify-center rounded-xs rounded-tl-md" > @@ -236,7 +236,7 @@ function SortableRow({ { delay: 40, duration: 40, intensity: 0.9 }, ]); }} - className="min-w-12 min-h-12 transition-colors text-red-400 hover:bg-red-600/40 hover:text-red-300 active:bg-red-600/60 flex items-center justify-center rounded-r-md" + className="min-w-12 min-h-12 transition-colors text-red-400 hover:bg-red-600/40 hover:text-red-300 active:bg-red-600/60 flex items-center justify-center rounded-xs rounded-br-md" > @@ -537,7 +537,7 @@ export function TableEditor({ - + {selectedTab == 0 && ( @@ -601,7 +601,7 @@ export function TableEditor({ item.id)} strategy={verticalListSortingStrategy} - > + >
0 ? "sync" : "wait"}> {items.map((item) => ( @@ -650,21 +650,6 @@ export function TableEditor({
- - {/*
- - -
*/} )}