minimize UI

This commit is contained in:
Flatlogic Bot 2025-05-13 13:44:09 +00:00
parent 474c312d28
commit 9f30eef332
4 changed files with 15 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{}

View File

@ -32,3 +32,9 @@
.introjs-prevbutton {
@apply bg-transparent border border-blue-600 text-blue-600 !important;
}
/* Compact UI overrides */
html { font-size: 14px; }
.container { padding-left: 1rem; padding-right: 1rem; }
td, th { padding: 0.5rem !important; }
.gap-4 { gap: 0.75rem !important; }