Fixing the overall ui by giving the videotitle div a fixed height so the info bar and controls dont chang their position randomly +22px

This commit is contained in:
w0bm
2023-08-08 18:31:39 +00:00
parent f2e9408074
commit b8e4b5fbfa
3 changed files with 10 additions and 7 deletions

View File

@@ -4232,8 +4232,8 @@ pre {
}
.searchbar {
padding: 1px;
background: rgb(56, 55, 55);
padding: 5px;
background: rgb(32, 32, 32);
}
.searchbar form {