working on multi attach

This commit is contained in:
John Yeo
2025-08-24 18:02:56 -07:00
parent ad018bce17
commit be8148e910
39 changed files with 1162 additions and 190 deletions

View File

@@ -21,6 +21,14 @@ button:hover {
--color-foreground: var(--foreground);
--font-sans: var(--font-geist-sans);
--font-mono: var(--font-geist-mono);
/* Custom font sizes */
--text-xs: 12px; /* Changed from default 11px to 12px */
--text-sm: 13px;
--text-md: 15px;
--text-lg: 17px;
--text-xl: 20px;
--color-sidebar-ring: var(--sidebar-ring);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);