fix last mes swipe button loc when chat avatars are hidden
| @@ -28,6 +28,10 @@ body.hideChatAvatars .mesAvatarWrapper .avatar { | ||
| 28 | 28 | display: none !important; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | +body.hideChatAvatars .last_mes { | |
| 32 | + padding-bottom: 40px !important; | |
| 33 | +} | |
| 34 | + | |
| 31 | 35 | body.square-avatars .avatar, |
| 32 | 36 | body.square-avatars .avatar img { |
| 33 | 37 | border-radius: var(--avatar-base-border-radius) !important; |
| @@ -450,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint { | ||
| 450 | 454 | |
| 451 | 455 | #smooth_streaming:checked~#smooth_streaming_speed_control { |
| 452 | 456 | display: block; |
| 453 | 457 | } |
| 457 | \ No newline at end of file | |