feat: Implement SQLite backend and configuration UI
This commit is contained in:
24
config.css
Normal file
24
config.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.form-group {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
display: block;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.form-group input,
|
||||
.form-group textarea {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.form-group textarea {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user