[Glitch] Fix language dropdown causing zoom on mobile devices in web UI
Port aa2d04e53e
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
parent
a27d108cea
commit
354ebf9483
|
@ -111,7 +111,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
font-size: 14px;
|
font-size: 16px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 7px 9px;
|
padding: 7px 9px;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
|
|
|
@ -28,10 +28,6 @@
|
||||||
&:focus {
|
&:focus {
|
||||||
background: lighten($ui-base-color, 4%);
|
background: lighten($ui-base-color, 4%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search__icon {
|
.search__icon {
|
||||||
|
|
Loading…
Reference in New Issue