Extend admin for websites/scripts and surface links

This commit is contained in:
Nirodan
2026-01-22 12:26:21 +01:00
parent 0699158486
commit e3b34bfc47
5 changed files with 555 additions and 22 deletions
+4
View File
@@ -85,6 +85,10 @@ select {
border-bottom: 1px solid var(--border);
}
.table.compact .table-row {
grid-template-columns: 1fr 1fr 0.6fr;
}
.table .user {
font-weight: 700;
}