aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-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>