Adjust padding for no avatars mode
| @@ -28,8 +28,8 @@ body.hideChatAvatars .mesAvatarWrapper .avatar { | |||
| 28 | display: none !important; | 28 | display: none !important; |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | body.hideChatAvatars .last_mes { | 31 | body.hideChatAvatars .last_mes:not(.smallSysMes) { |
| 32 | padding-bottom: 40px !important; | 32 | padding-bottom: 20px !important; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | body.square-avatars .avatar, | 35 | body.square-avatars .avatar, |
| @@ -454,4 +454,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint { | |||
| 454 | 454 | ||
| 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 | } | ||