working UGC content upload with multi-upload support

This commit is contained in:
JakeBreath
2026-08-03 21:05:12 -05:00
parent 473b3c811b
commit 87b0d46232
18 changed files with 563 additions and 490 deletions
+14 -20
View File
@@ -1112,25 +1112,6 @@ textarea {
font-size: 24px;
cursor: pointer;
}
.tab-buttons {
display: flex;
gap: 8px;
margin-bottom: 16px;
}
.tab-btn {
background: var(--md-sys-color-surface-variant);
color: var(--md-sys-color-on-surface);
}
.tab-btn.active {
background: var(--md-sys-color-primary);
color: var(--md-sys-color-on-primary);
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.modal-preview {
text-align: center;
margin-bottom: 16px;
@@ -1996,7 +1977,15 @@ a.deletelink {
color: inherit;
cursor: pointer;
font-size: 0.85rem;
padding: 0 2px;
line-height: 1;
padding: 2px 5px;
margin-left: 2px;
border-radius: 50%;
opacity: 0.7;
}
.tag-chip-remove:hover {
opacity: 1;
background: rgba(127, 127, 127, 0.25);
}
.tag-dot {
display: inline-block;
@@ -2309,6 +2298,11 @@ a.deletelink {
padding: 24px;
max-width: 720px;
}
.project-form input:not([type='hidden']):not([type='file']),
.project-form select,
.project-form textarea {
width: 100%;
}
.form-section-title {
margin: 24px 0 8px;
}