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, |