WIP: big redesign #15

Manually merged
anton merged 40 commits from feat/refactor into main 2025-03-19 16:39:29 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 483e569d06 - Show all commits

View File

@ -853,15 +853,15 @@ textarea {
font-size: 16px;
caret-color: white !important;
color: white !important;
height: 130px !important;
background: var(--background-color) !important;
height: 60px;
width: 100%;
padding: 8px;
margin-bottom: 10px;
}
.form-textarea {
height: 100px;
height: 130px !important;
}
.form-checkbox-container {