youtube
youtube copied to clipboard
Extra spacing on top when header position set to hover
Bug Report:
⚬ BUG: Extra spacing on top when header position set to hover, compared to hidden ⚬ HOW: Settings -> Appearance -> Header -> Position -> Hover, then open any video and see what i see
⚬ Screenshots:
- hidden:
- hover:
⚬ Fix: Can be fixed by simply setting this to 0px, no idea about consequences tho
Hi, i want to take it if it has been fixed
I made a issue #1823 back in a day, where theres more informations and everything @Amrani-Farouk-Hossam-Eddine if u want
Oh, so there was an issue for this... My bad, I'm pretty sure I didn't see one.
hi @RozeFound lets make #1823 more lengthy maybe 🤜
emm.. Black bar on top™️ returned on 4.702
Because Youtube UI Redesign ¯\_(ツ)_/¯
You can fix Black bar on top™️ by adding something like this somewhere in css
ytd-watch-grid[default-layout] #primary.ytd-watch-grid, ytd-watch-grid[default-layout] #secondary.ytd-watch-grid {
padding-top: 0px;
}
But don't take my word free, it works for me but might not work for you, and I have no idea if it breaks anything else
Also my suggested in first comment fix is still gonna work with old design, it just got reverted for some reason (I wasn't expecting it to be merged as is anyway)