assignment adjustments and ui tweakings

This commit is contained in:
legop3
2026-08-18 22:36:42 -04:00
parent 737760ff56
commit cc2e85d174
13 changed files with 103 additions and 89 deletions
+2 -2
View File
@@ -2,5 +2,5 @@
// Purpose: Keeps the narrow gap geometry used to reveal page themes consistent across layouts.
// Scope: Layout-only values; selecting a theme never changes panel dimensions or input placement.
export const themeGapClass = 'gap-0.5';
export const themeStackClass = 'space-y-0.5';
export const themeGapClass = 'gap-1';
export const themeStackClass = 'space-y-1';