Added experimental edit page and revision history.

This commit is contained in:
2024-09-10 02:47:03 +02:00
parent 4b8dfba289
commit 8bf9e22b39
20 changed files with 1177 additions and 14 deletions

View File

@@ -57,3 +57,7 @@
text-overflow: ellipsis;
overflow: hidden;
}
.noshrink {
flex-shrink: 0;
}