[Glitch] Fix language dropdown causing zoom on mobile devices in web UI

Port 3ad0a2ae3d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko 2022-10-23 23:38:20 +02:00 committed by Claire
parent 1315c149c0
commit bfa47eb7d6
2 changed files with 1 additions and 5 deletions

View File

@ -111,7 +111,7 @@
position: relative;
input {
font-size: 14px;
font-size: 16px;
font-weight: 400;
padding: 7px 9px;
padding-right: 25px;

View File

@ -28,10 +28,6 @@
&:focus {
background: lighten($ui-base-color, 4%);
}
@media screen and (max-width: 600px) {
font-size: 16px;
}
}
.search__icon {