Remove the manage button and make it a right-click instead. And also change the button height/width. Along with more re-arranging in layout.tsx

This commit is contained in:
2026-01-07 18:29:17 -07:00
parent c56a903d55
commit a0a763ae57
4 changed files with 75 additions and 60 deletions

View File

@@ -77,7 +77,7 @@ body {
}
.button {
@apply rounded-md cursor-pointer text-[16px] py-1.5 px-3 transition-colors border;
@apply rounded-md cursor-pointer text-[16px] py-1 px-2 transition-colors border;
}
.btntheme1 {