Merge branch 'staging' into rename-presets
| @@ -32,6 +32,14 @@ body.hideChatAvatars .last_mes:not(.smallSysMes) { | ||
| 32 | 32 | padding-bottom: 20px !important; |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | +body.hideChatAvatars.no-timer.no-tokenCount.no-mesIDDisplay .swipe_left { | |
| 36 | + left: 0px; | |
| 37 | +} | |
| 38 | + | |
| 39 | +body.hideChatAvatars .swipe_left { | |
| 40 | + left: 7px; | |
| 41 | +} | |
| 42 | + | |
| 35 | 43 | body.square-avatars .avatar, |
| 36 | 44 | body.square-avatars .avatar img { |
| 37 | 45 | border-radius: var(--avatar-base-border-radius) !important; |