test temp fix for game list ux in game submission
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-08-16 15:27:37 +00:00
parent b5fd5ded6a
commit 3b594fb5eb

View File

@ -246,6 +246,33 @@ h6 {
font-size: 16px;
}
/* the 4 classes below here are a temp fix for the games dropdown stylings */
.dropdownMainMenu.dropdownMainMenuAlt {
}
.dropdownMainMenu.dropdownMainMenuAlt > div {
height: 100px!important;
}
.dropdownMainMenu.dropdownMainMenuAlt > div > div {
height: unset!important;
width: 100%!important;
display: flex;
flex-direction: column;
gap: 5px;
max-height: 100px;
overflow: auto;
padding: 5px;
}
.dropdownMainMenu.dropdownMainMenuAlt > div > div > div {
position: relative!important;
left: unset!important;
top: unset!important;
}
.dropdownMainMenuItem {
transition: ease 0.4s;
background: linear-gradient(