Add linked suggestions with synced voting

This commit is contained in:
2026-02-05 09:07:46 +01:00
parent 431370ceb9
commit 5d432c9d17
19 changed files with 725 additions and 34 deletions

View File

@@ -29,3 +29,11 @@
justify-content: space-between;
align-items: center;
}
#admin-linker select {
width: 100%;
padding: 8px;
border-radius: 8px;
border: 1px solid #e3d4bd;
background: #fffaf3;
}