From 688551ffa6c1f69f423afe3c5973c09e270eeb1b Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:23:51 +0300 Subject: [PATCH] #1128 Auto-Expand Message Actions --- public/css/toggle-dependent.css | 8 ++++++++ public/index.html | 5 +++++ public/scripts/power-user.js | 24 ++++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/public/css/toggle-dependent.css b/public/css/toggle-dependent.css index 2b0e57483..43a84fdcf 100644 --- a/public/css/toggle-dependent.css +++ b/public/css/toggle-dependent.css @@ -360,3 +360,11 @@ body.movingUI #groupMemberListPopout { body.noShadows * { text-shadow: none !important; } + +body.expandMessageActions .mes .mes_buttons .extraMesButtons { + display: inherit !important; +} + +body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint { + display: none !important; +} diff --git a/public/index.html b/public/index.html index f3df1066f..1e8bc6a39 100644 --- a/public/index.html +++ b/public/index.html @@ -2889,6 +2889,11 @@ Visual Novel Mode + +