aboutsummaryrefslogtreecommitdiff
path: root/src/routes/+layout.svelte
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-05 16:02:11 -0800
committerFuwn <[email protected]>2023-12-05 16:02:11 -0800
commit33ff9a55922beb76105ba17c06c9711817ba8528 (patch)
treeb9c7d0b2f4c6e71f9e5729cf8bf250ce23c79b01 /src/routes/+layout.svelte
parentfeat(layout): mai (diff)
downloaddue.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.svelte12
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>