Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to make the Default view larger for watching playlists #49

Open
insin opened this issue Aug 5, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@insin
Copy link
Owner

insin commented Aug 5, 2024

WIP example:

Screenshot 2024-08-05 at 4 21 37 PM

TODO:

  • Max widths which have been removed should be applied to #below
  • Player controls need to be adjusted for the new size
  • Non-16/9 videos are too large
ytd-watch-flexy[flexy]:not([full-bleed-player][full-bleed-no-max-width-columns])
#columns.ytd-watch-flexy {
  max-width: none !important;
}
ytd-watch-flexy[flexy][is-two-columns_][is-four-three-to-sixteen-nine-video_]:not([full-bleed-player][full-bleed-no-max-width-columns]):not([fixed-panels])
#primary.ytd-watch-flexy {
  max-width: none !important;
  margin-left: 0 !important;
  padding-right: 12px !important;
  padding-top: 0 !important;
}
ytd-watch-flexy[flexy] #player-container-outer.ytd-watch-flexy {
  max-width: none !important;
}
ytd-watch-flexy[flexy][is-two-columns_][is-four-three-to-sixteen-nine-video_]:not([full-bleed-player][full-bleed-no-max-width-columns]):not([fixed-panels])
video {
  width: 100% !important;
  height: auto !important;
}
ytd-watch-flexy[default-layout]:not([no-top-margin]):not([reduced-top-margin])
#secondary.ytd-watch-flexy {
  padding-right: 12px !important;
  padding-top: 0 !important;
}
@insin insin added the enhancement New feature or request label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant