Expanded edit fields. Added revision history to scene and user pages.

This commit is contained in:
2024-10-06 02:45:56 +02:00
parent 8bf9e22b39
commit 8f843f321d
57 changed files with 1664 additions and 156 deletions

View File

@@ -61,3 +61,7 @@
.noshrink {
flex-shrink: 0;
}
.capitalize {
text-transform: capitalize;
}

View File

@@ -81,6 +81,9 @@
--success: #5c2;
--notice: #25c;
--approve: #3a1;
--reject: #a22;
--gold: #d5b522;
}