From e3e22ea095017f0b4dd3a4b6ed821df555ee82ba Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:11:13 +0300 Subject: [PATCH] Adjust left swipe position in no avatars mode --- public/css/toggle-dependent.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index 20c8a8afc..f4bded3c0 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -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;