Merge branch 'staging' into rename-presets

a025331118f82cddcdbdbc02b94d9f9f205dc12f

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

1 files changed, +8 -0Showing whitespace changes
public/css/toggle-dependent.css+8 -0
@@ -32,6 +32,14 @@ body.hideChatAvatars .last_mes:not(.smallSysMes) {
32 padding-bottom: 20px !important;32 padding-bottom: 20px !important;
33}33}
3434
35body.hideChatAvatars.no-timer.no-tokenCount.no-mesIDDisplay .swipe_left {
36 left: 0px;
37}
38
39body.hideChatAvatars .swipe_left {
40 left: 7px;
41}
42
35body.square-avatars .avatar,43body.square-avatars .avatar,
36body.square-avatars .avatar img {44body.square-avatars .avatar img {
37 border-radius: var(--avatar-base-border-radius) !important;45 border-radius: var(--avatar-base-border-radius) !important;