monospace font in chat and no line spacing

This commit is contained in:
2026-05-01 21:06:34 -04:00
parent ab38df00df
commit 2fba7b52e6

View File

@@ -691,20 +691,20 @@ body {
#irc-messages {
flex: 1;
overflow-y: auto;
overflow: auto;
padding: 0.75rem;
display: flex;
flex-direction: column;
gap: 0.25rem;
font-family: 'JetBrains Mono', monospace;
font-size: 0.8rem;
line-height: 1.4;
line-height: 1;
background: var(--bg-primary);
}
.irc-msg {
word-wrap: break-word;
padding: 0.25rem 0;
white-space: pre-wrap;
word-break: break-word;
padding: 0;
}
.irc-msg .timestamp {