fix last mes swipe button loc when chat avatars are hidden

This commit is contained in:
RossAscends 2024-07-25 15:42:19 +09:00
parent 83f458fe49
commit 545386f52c
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@ body.hideChatAvatars .mesAvatarWrapper .avatar {
display: none !important;
}
body.hideChatAvatars .last_mes {
padding-bottom: 40px !important;
}
body.square-avatars .avatar,
body.square-avatars .avatar img {
border-radius: var(--avatar-base-border-radius) !important;
@ -450,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
#smooth_streaming:checked~#smooth_streaming_speed_control {
display: block;
}
}