fix waifumode sheld being unmovable

This commit is contained in:
RossAscends
2023-04-18 17:13:44 +09:00
parent fc4e646c40
commit 473c7a614d

View File

@@ -3308,7 +3308,7 @@ body.waifuMode #top-bar {
body.waifuMode #sheld {
height: 40vh;
top: auto !important;
top: calc(100% - 40vh);
bottom: 0;
}