fix last mes swipe button loc when chat avatars are hidden

545386f52ca70239afe2d2d3a5a36b9b759f56f0

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +5 -1Ignore whitespace
public/css/toggle-dependent.css+5 -1
@@ -28,6 +28,10 @@ body.hideChatAvatars .mesAvatarWrapper .avatar {
2828 display: none !important;
2929}
3030
31+body.hideChatAvatars .last_mes {
32+ padding-bottom: 40px !important;
33+}
34+
3135body.square-avatars .avatar,
3236body.square-avatars .avatar img {
3337 border-radius: var(--avatar-base-border-radius) !important;
@@ -450,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
450454
451455#smooth_streaming:checked~#smooth_streaming_speed_control {
452456 display: block;
453457}
457 \ No newline at end of file