mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 06:33:05 +00:00
search page stretching fix
This commit is contained in:
parent
d0053ade7a
commit
6fb36f3b2c
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ export default {
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background: var(--v-background-base);
|
background: var(--v-background-base);
|
||||||
/* overflow-x: hidden; */
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
|
|
Loading…
Reference in a new issue