Hopefully present chalkboard to people without write permissions in a cleaner format.

This commit is contained in:
Storm Dragon
2026-06-23 01:33:35 -04:00
parent 6cd3ec1601
commit 0d2bd1cf1f
5 changed files with 20 additions and 8 deletions
+4 -1
View File
@@ -845,9 +845,12 @@ h1 {
border: 1px solid #767676;
border-radius: 2px;
font-family: monospace;
margin: 0;
overflow: auto;
padding: 2px;
}
#chalkboard-view-text {
margin: 0;
white-space: pre-wrap;
}