Adjust left swipe position in no avatars mode
| @@ -32,6 +32,14 @@ body.hideChatAvatars .last_mes:not(.smallSysMes) { | |||
| 32 | padding-bottom: 20px !important; | 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 | body.square-avatars .avatar, | 43 | body.square-avatars .avatar, |
| 36 | body.square-avatars .avatar img { | 44 | body.square-avatars .avatar img { |
| 37 | border-radius: var(--avatar-base-border-radius) !important; | 45 | border-radius: var(--avatar-base-border-radius) !important; |