minimize UI
This commit is contained in:
parent
474c312d28
commit
9f30eef332
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
*/node_modules/
|
*/node_modules/
|
||||||
*/build/
|
*/build/
|
||||||
|
|
||||||
|
**/node_modules/
|
||||||
|
**/build/
|
||||||
|
.DS_Store
|
||||||
|
.env
|
||||||
File diff suppressed because one or more lines are too long
1
frontend/json/runtimeError.json
Normal file
1
frontend/json/runtimeError.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
||||||
@ -32,3 +32,9 @@
|
|||||||
.introjs-prevbutton {
|
.introjs-prevbutton {
|
||||||
@apply bg-transparent border border-blue-600 text-blue-600 !important;
|
@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; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user