From b36f39d3d944b4cd11d1b050e13d4bcd08914c58 Mon Sep 17 00:00:00 2001 From: Hanusiak Piotr Date: Tue, 7 Dec 2021 14:01:30 +0100 Subject: [PATCH] revert menu icon to its original view --- front/src/Components/Menu/MenuIcon.svelte | 15 +-------------- front/src/Components/Woka/Woka.svelte | 8 ++++---- 2 files changed, 5 insertions(+), 18 deletions(-) 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 @@
-
- -
+ open menu open menu
@@ -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 +