From 3a68dbfd589c8aca37c6c4a096bb711317cf4048 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:09:31 +0000 Subject: [PATCH] Adjust padding for no avatars mode --- public/css/toggle-dependent.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index ef457ee25..1d22f0d16 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -28,8 +28,8 @@ body.hideChatAvatars .mesAvatarWrapper .avatar { display: none !important; } -body.hideChatAvatars .last_mes { - padding-bottom: 40px !important; +body.hideChatAvatars .last_mes:not(.smallSysMes) { + padding-bottom: 20px !important; } body.square-avatars .avatar, @@ -454,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint { #smooth_streaming:checked~#smooth_streaming_speed_control { display: block; -} \ No newline at end of file +}