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:
parent
5466eef6bd
commit
ae9de5bcba
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ html, body {
|
||||||
}
|
}
|
||||||
.searchBar {
|
.searchBar {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 80%
|
||||||
}
|
}
|
||||||
.searchButton {
|
.searchButton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue