Adjust left swipe position in no avatars mode

e3e22ea095017f0b4dd3a4b6ed821df555ee82ba

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +8 -0Ignore whitespace
public/css/toggle-dependent.css+8 -0
@@ -32,6 +32,14 @@ body.hideChatAvatars .last_mes:not(.smallSysMes) {
3232 padding-bottom: 20px !important;
3333}
3434
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+
3543body.square-avatars .avatar,
3644body.square-avatars .avatar img {
3745 border-radius: var(--avatar-base-border-radius) !important;