From 7f7a834d424d8549774caf15b3714de40ca6dc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=91=E5=B0=8F=E9=B8=A6?= <61354956+crowya@users.noreply.github.com> Date: Sat, 29 Jul 2023 02:44:03 +0800 Subject: [PATCH] Update waifu-tips.js --- live2d/waifu-tips.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live2d/waifu-tips.js b/live2d/waifu-tips.js index 6e89d62..56432e9 100644 --- a/live2d/waifu-tips.js +++ b/live2d/waifu-tips.js @@ -22,12 +22,12 @@ function aplayer_panel_toggle(){ var simple_mode=false; function simple_mode_toggle(){ if(simple_mode){ - $("html").removeClass("simple-mode filter-grayscale no-banner"); + $("html").removeClass("simple-mode filter-grayscale no-banner navbar-absolute"); $("html").addClass("banner-as-cover"); simple_mode=false; } else{ - $("html").addClass("simple-mode filter-grayscale no-banner"); + $("html").addClass("simple-mode filter-grayscale no-banner navbar-absolute"); $("html").removeClass("banner-as-cover"); simple_mode=true; }