fix(koi): fix some feishin styles

This commit is contained in:
alina 🌸 2024-12-12 07:42:58 +03:00
parent 123723ad4e
commit d70e1da4e9
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -9,6 +9,11 @@ let
window.SERVER_NAME="stupid.fish";
window.SERVER_TYPE="navidrome";
window.SERVER_LOCK=true;
const style = document.createElement("style");
style.innerHTML = `
#sidebar-queue .mantine-Stack-root:has([class^=TitleWrapper]) { display: none; }
`;
document.head.appendChild(style);
'';
in {
desu.secrets.navidrome-env.owner = "navidrome";