From 76e7cb83af53cc4c1083d20a5d72214c3b41f9f2 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 21 Apr 2024 11:46:49 -0400 Subject: [PATCH] make line numbers align on firefox modified: templates/chat.html --- templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chat.html b/templates/chat.html index f837e0f..9da7eb6 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -142,7 +142,7 @@ letter-spacing: -1px; border-right: 1px solid #ccc; /* Optional: adds a line to separate numbers */ text-align: right; - margin-top: 10px; /* Align with the code block */ + margin-top: 14px; /* Align with the code block */ color: #999; pointer-events: none; }