fix last mes swipe button loc when chat avatars are hidden

545386f52ca70239afe2d2d3a5a36b9b759f56f0

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

1 files changed, +4 -0Showing whitespace changes
public/css/toggle-dependent.css+4 -0
@@ -28,6 +28,10 @@ body.hideChatAvatars .mesAvatarWrapper .avatar {
28 display: none !important;28 display: none !important;
29}29}
3030
31body.hideChatAvatars .last_mes {
32 padding-bottom: 40px !important;
33}
34
31body.square-avatars .avatar,35body.square-avatars .avatar,
32body.square-avatars .avatar img {36body.square-avatars .avatar img {
33 border-radius: var(--avatar-base-border-radius) !important;37 border-radius: var(--avatar-base-border-radius) !important;