allow to create dm and blossom lists

give a couple templates for happy frens
This commit is contained in:
sakrecoer 2026-08-18 16:18:23 +02:00
parent 57a252b983
commit 6534cad6eb
7 changed files with 729 additions and 204 deletions

View file

@ -68,6 +68,7 @@ footer {
/* Form Styles */
.form-group {
margin-bottom: 20px;
margin-top: 20px;
}
.form-group label {
@ -334,3 +335,14 @@ footer {
border-radius: 4px;
font-size: 13px;
}
/* Community Templates */
.active-template {
background: #f0ebff !important;
border-color: #7c4dff !important;
color: #7c4dff !important;
}
.active-template:hover {
background: #e8e0ff !important;
}