From b6bb5b3dda223eb347dd7f67c1e297b86946ebc5 Mon Sep 17 00:00:00 2001 From: Linux in a Bit <105567407+RageGamerBoi@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:31:14 +0000 Subject: [PATCH] Change message padding/margins 3px padding on top and bottom of all messages 10px margin on top of messages with usernames This improves readability among other things. --- main/data/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/data/style.css b/main/data/style.css index a7a1d8df..b3539aa9 100644 --- a/main/data/style.css +++ b/main/data/style.css @@ -49,7 +49,11 @@ window.dino-main .dino-conversation .message-box.highlight:not(.highlight-once) } window.dino-main .dino-conversation .message-box { - padding: 6px 15px 6px 15px; + padding: 3px 15px 3px 15px; +} + +window.dino-main .dino-conversation .has-skeleton { + margin-top: 10px; } window.dino-main .dino-conversation .message-box:not(.has-skeleton) {