Merge pull request #12 from Swino4ka/Swino4ka

Fixed aside bar
This commit is contained in:
Hepatica
2024-03-09 22:30:57 +01:00
committed by GitHub

View File

@@ -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;