youtube icon indicating copy to clipboard operation
youtube copied to clipboard

Extra spacing on top when header position set to hover

Open RozeFound opened this issue 1 year ago • 6 comments

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: image
  • hover: image

Fix: Can be fixed by simply setting this to 0px, no idea about consequences tho

RozeFound avatar Feb 19 '24 12:02 RozeFound

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

Anoaxx avatar Feb 21 '24 14:02 Anoaxx

Oh, so there was an issue for this... My bad, I'm pretty sure I didn't see one.

RozeFound avatar Feb 22 '24 04:02 RozeFound

hi @RozeFound lets make #1823 more lengthy maybe 🤜

ImprovedTube avatar Feb 22 '24 04:02 ImprovedTube

emm.. Black bar on top™️ returned on 4.702

Anoaxx avatar Feb 25 '24 21:02 Anoaxx

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)

RozeFound avatar Feb 26 '24 02:02 RozeFound