-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix: Utilize empty space for playlist queue when Hide Recommended Videos is enabled #6948
base: development
Are you sure you want to change the base?
Fix: Utilize empty space for playlist queue when Hide Recommended Videos is enabled #6948
Conversation
To me areas not lining up is visually displeasing. Would prefer to see #6925 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This could be accomplished with pure CSS and |
That's a good point but I think the whole solution isn't very robust and probably the wrong way to go about it. Plus I haven't had any time to work on another solution. |
That is valid. My recommendation, when you come back to it, would be to start over and just see if you can accomplish this without touching anything but css. If you don't have time right now, that is completely understandable. Life is busy. |
Fix: Utilize empty space for playlist queue when Hide Recommended Videos is enabled
Pull Request Type
Related issue
closes #6925
Description
Playlist area is expanded the entire height of the sidebar when recommended videos are disabled and viewport is wide enough.
Screenshots
Before:

After:

Additional context
Unsure if modifying the main viewport height or using
@media
selectors is the best way to go about this, but it's what I came up with and seems okay when tested with different viewport sizes.