feat: add settings

This commit is contained in:
2025-06-13 19:18:31 -03:00
parent 28c77234d7
commit a1cc868f33
7 changed files with 342 additions and 26 deletions
+4 -2
View File
@@ -191,7 +191,8 @@
}
/* Update main content spacing */
#app-content {
#app-content,
#settings-content {
padding-top: 20px;
}
@@ -214,7 +215,8 @@
justify-content: center;
}
.auth-form {
.auth-form,
.settings-form {
min-width: 280px;
padding: 20px;
}