From 473c7a614d8b386c39b482ab4f590041b044e385 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Tue, 18 Apr 2023 17:13:44 +0900 Subject: [PATCH] fix waifumode sheld being unmovable --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 2930dffd7..4ec3abb45 100644 --- a/public/style.css +++ b/public/style.css @@ -3308,7 +3308,7 @@ body.waifuMode #top-bar { body.waifuMode #sheld { height: 40vh; - top: auto !important; + top: calc(100% - 40vh); bottom: 0; }