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({
-
- {/*
-
-
-
*/}
)}