[Bug fix] full screen video player cutoff from bottom #3296

Closed
vipulkmr02 wants to merge 3 commits from master into master
vipulkmr02 commented 2025-04-27 15:25:28 +00:00 (Migrated from github.com)

Hi, I noticed that there is some video cutoff from the bottom in full screen player.
So, I fixed it

Before:
image
noticed there's some gap at the bottom.

After:
image
here's not that gap.

Thank you!

Hi, I noticed that there is some video cutoff from the bottom in full screen player. So, I fixed it Before: ![image](https://github.com/user-attachments/assets/c749d74b-266f-492b-9f5c-966351473a7b) noticed there's some gap at the bottom. After: ![image](https://github.com/user-attachments/assets/9289ad56-92e2-400e-abc7-596f39de4134) here's not that gap. Thank you!
JellyBrick (Migrated from github.com) requested changes 2025-05-10 11:47:04 +00:00
@ -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; */
/* } */
JellyBrick (Migrated from github.com) commented 2025-05-10 11:46:53 +00:00

It recreates another bug.

It recreates another bug.
@ -0,0 +1,6 @@
{
JellyBrick (Migrated from github.com) commented 2025-05-10 11:47:01 +00:00

What is this file?

What is this file?

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#3296
No description provided.