Fix some mobile styles

This commit is contained in:
Justin Edmund 2023-06-16 17:52:54 -07:00
parent 865ee880d0
commit 7ddd14e335
2 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,10 @@
min-width: 440px;
z-index: 5;
@include breakpoint(phone) {
min-width: auto;
}
&.Flush {
padding: 0;
}

View file

@ -42,6 +42,10 @@
&:hover {
background: var(--button-contained-bg);
}
@include breakpoint(phone) {
width: auto;
}
}
.Flipped {
@ -65,6 +69,10 @@
overflow-y: scroll;
padding: 0 $unit;
@include breakpoint(phone) {
height: 28vh;
}
&.Searching {
.CommandGroup {
padding-top: 0;