From e59a5b4449cca22ae3abf8224af12a382ea866b3 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:51:56 +0900 Subject: [PATCH] toggle to hide chat avatars --- public/css/toggle-dependent.css | 5 +++-- public/index.html | 8 ++++++-- public/scripts/power-user.js | 34 ++++++++++++++++++++++++++++++++- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index 834e31c31..1095e300e 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -19,7 +19,8 @@ body.no-timer .mes_timer, body.no-timestamps .timestamp, body.no-tokenCount .tokenCounterDisplay, body.no-mesIDDisplay .mesIDDisplay, -body.no-modelIcons .icon-svg { +body.no-modelIcons .icon-svg, +body.hideChatAvatars .mesAvatarWrapper .avatar { display: none !important; } @@ -439,4 +440,4 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint { #smooth_streaming:checked~#smooth_streaming_speed_control { display: block; -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 75aaf4eac..8bcc22b27 100644 --- a/public/index.html +++ b/public/index.html @@ -3520,7 +3520,7 @@ Account -