Release 16 (devel -> main) #39

Merged
ChaoticByte merged 13 commits from devel into main 2023-04-17 19:10:52 +00:00
Showing only changes of commit c74744d720 - Show all commits

View file

@ -366,6 +366,7 @@ main {
margin-top: 3.2rem; margin-top: 3.2rem;
opacity: 0%; opacity: 0%;
transition: opacity 100ms; transition: opacity 100ms;
box-shadow: 0 .25rem 1rem #00000090;
} }
.dropdownchoice { .dropdownchoice {
@ -537,4 +538,9 @@ main {
.drinks-list { .drinks-list {
width: 90%; width: 90%;
} }
.dropdownlist {
width: 14rem;
right: calc(50vw - 7rem);
left: auto;
}
} }