[Bug fix] full screen video player cutoff from bottom #3296
No reviewers
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I noticed that there is some video cutoff from the bottom in full screen player.
So, I fixed it
Before:

noticed there's some gap at the bottom.
After:

here's not that gap.
Thank you!
@ -77,0 +82,4 @@
/* this is causing Video cutoff from bottom on fullscreen mode */
/* ytmusic-player[player-ui-state='FULLSCREEN'] { */
/* margin-top: calc(var(--menu-bar-height, 32px) * -1) !important; */
/* } */
It recreates another bug.
@ -0,0 +1,6 @@
{
What is this file?
Pull request closed