From a11819ac23f5baf1a0acf2dcd5dcc08c7d943e42 Mon Sep 17 00:00:00 2001 From: Swino4ka Date: Sat, 9 Mar 2024 22:30:03 +0100 Subject: [PATCH] Fixed aside bar --- .../src/assets/css/ComponentsStyles/asidebar.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css b/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css index a64c5d4..639765a 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css @@ -13,14 +13,16 @@ } .menu__content--jackpot-icon{ - width: 10vh; - height: -4vh; + margin-left: -5px; transition: 250ms; + width: 125%; + height: 125%; } .menu__content--jackpot-icon:hover { - width: 11vh; - height: -4vh; + margin-left: -15px; + width: 175%; + height: 175%; } .menu__content--chest-icon { @@ -44,6 +46,7 @@ display: flex; align-items: center; height: 100%; + width: 100%; } .fotosloti { display: flex;