diff options
| author | Fuwn <[email protected]> | 2023-12-05 16:02:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-05 16:02:11 -0800 |
| commit | 33ff9a55922beb76105ba17c06c9711817ba8528 (patch) | |
| tree | b9c7d0b2f4c6e71f9e5729cf8bf250ce23c79b01 /src/routes/+layout.svelte | |
| parent | feat(layout): mai (diff) | |
| download | due.moe-33ff9a55922beb76105ba17c06c9711817ba8528.tar.xz due.moe-33ff9a55922beb76105ba17c06c9711817ba8528.zip | |
feat(html): better mai hiding
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 8de5b2de..95c7c678 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -94,10 +94,6 @@ <slot /> </div> -{#if $settings.displayMai} - <img src="mai.png" alt="Mai Sakurajima" id="mai" /> -{/if} - <style> :global(html.light-theme) { filter: invert(0); @@ -143,12 +139,4 @@ #hover-header:hover { opacity: 1; } - - #mai { - position: fixed; - left: 0; - bottom: 0; - height: auto; - width: 10vh; - } </style> |