Adjust left swipe position in no avatars mode

This commit is contained in:
Cohee 2024-10-13 23:11:13 +03:00
parent b20849ea70
commit e3e22ea095
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ body.hideChatAvatars .last_mes:not(.smallSysMes) {
padding-bottom: 20px !important;
}
body.hideChatAvatars.no-timer.no-tokenCount.no-mesIDDisplay .swipe_left {
left: 0px;
}
body.hideChatAvatars .swipe_left {
left: 7px;
}
body.square-avatars .avatar,
body.square-avatars .avatar img {
border-radius: var(--avatar-base-border-radius) !important;