Fix thread page styling

This commit is contained in:
Jon Staab
2026-06-24 11:19:13 -07:00
parent 09adf33333
commit 1eb75f4ae7
4 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
</script>
<code
class="w-full overflow-auto whitespace-pre rounded bg-neutral px-1 text-neutral-content"
class="w-full overflow-auto whitespace-pre rounded bg-neutral px-1 text-neutral-content text-sm"
class:block={isBlock}>
{value.trim()}
</code>