Adjust padding for no avatars mode

3a68dbfd589c8aca37c6c4a096bb711317cf4048

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -3Ignore whitespace
public/css/toggle-dependent.css+3 -3
@@ -28,8 +28,8 @@ body.hideChatAvatars .mesAvatarWrapper .avatar {
28 display: none !important;28 display: none !important;
29}29}
3030
31body.hideChatAvatars .last_mes {31body.hideChatAvatars .last_mes:not(.smallSysMes) {
32 padding-bottom: 40px !important;32 padding-bottom: 20px !important;
33}33}
3434
35body.square-avatars .avatar,35body.square-avatars .avatar,
@@ -454,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
454454
455#smooth_streaming:checked~#smooth_streaming_speed_control {455#smooth_streaming:checked~#smooth_streaming_speed_control {
456 display: block;456 display: block;
457}
457 \ No newline at end of file \ No newline at end of file
457}