mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Fixed aside bar
This commit is contained in:
@@ -13,14 +13,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu__content--jackpot-icon{
|
.menu__content--jackpot-icon{
|
||||||
width: 10vh;
|
margin-left: -5px;
|
||||||
height: -4vh;
|
|
||||||
transition: 250ms;
|
transition: 250ms;
|
||||||
|
width: 125%;
|
||||||
|
height: 125%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__content--jackpot-icon:hover {
|
.menu__content--jackpot-icon:hover {
|
||||||
width: 11vh;
|
margin-left: -15px;
|
||||||
height: -4vh;
|
width: 175%;
|
||||||
|
height: 175%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu__content--chest-icon {
|
.menu__content--chest-icon {
|
||||||
@@ -44,6 +46,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.fotosloti {
|
.fotosloti {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user