Formatting, cleanup, misc style changes, more config options

This commit is contained in:
Astra 2025-04-21 16:20:43 +09:00
parent 3af16a98e2
commit 2db2ca4a05
No known key found for this signature in database
9 changed files with 122 additions and 106 deletions

View file

@ -145,7 +145,6 @@
</div>
<style>
a:hover {
text-decoration: underline;
}
@ -197,6 +196,7 @@
background-color: var(--content-background-color);
color: var(--text-color);
overflow-wrap: break-word;
white-space: pre-line;
}
#replyingText {
font-size: 0.7em;