diff --git a/front/src/Components/Menu/MenuIcon.svelte b/front/src/Components/Menu/MenuIcon.svelte
index 17c57a5f..bb5a2df2 100644
--- a/front/src/Components/Menu/MenuIcon.svelte
+++ b/front/src/Components/Menu/MenuIcon.svelte
@@ -4,7 +4,6 @@
import { menuVisiblilityStore } from "../../Stores/MenuStore";
import { chatVisibilityStore } from "../../Stores/ChatStore";
import { get } from "svelte/store";
- import Woka from "../Woka/Woka.svelte";
function showMenu() {
menuVisiblilityStore.set(!get(menuVisiblilityStore));
@@ -17,9 +16,7 @@
@@ -36,20 +33,10 @@
margin: 3px;
image-rendering: pixelated;
}
- .woka {
- pointer-events: auto;
- width: 60px;
- padding-top: 0;
- margin: 3px;
- }
}
.menuIcon img:hover {
transform: scale(1.2);
}
-
- .menuIcon .woka:hover {
- transform: scale(1.2);
- }
@media only screen and (max-width: 800px), only screen and (max-height: 800px) {
.menuIcon {
display: inline-grid;
diff --git a/front/src/Components/Woka/Woka.svelte b/front/src/Components/Woka/Woka.svelte
index 8918c635..6e2cdabe 100644
--- a/front/src/Components/Woka/Woka.svelte
+++ b/front/src/Components/Woka/Woka.svelte
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
+