0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-23 03:35:15 +00:00

fix big "forehead" on search bar on Android

This commit is contained in:
Front 2022-03-13 14:41:04 -04:00
parent 5466eef6bd
commit ae9de5bcba

View file

@ -81,6 +81,8 @@ html, body {
} }
.searchBar { .searchBar {
margin: 0; margin: 0;
position: absolute;
width: 80%
} }
.searchButton { .searchButton {
width: 100%; width: 100%;