From 8853ffead3f12778e43f08656c767690fbea76ed Mon Sep 17 00:00:00 2001 From: Linux in a Bit <105567407+LinuxinaBit@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:27:34 +0000 Subject: Change message padding/margins (#1564) 3px padding on top and bottom of all messages 10px margin on top of messages with usernames This improves readability among other things. Co-authored-by: Linux in a Bit <105567407+RageGamerBoi@users.noreply.github.com> --- main/data/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main') diff --git a/main/data/style.css b/main/data/style.css index 5a70ba83..5b9da21d 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) { -- cgit v1.2.3-70-g09d2