fix(koi): fix some feishin styles
This commit is contained in:
parent
123723ad4e
commit
d70e1da4e9
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue