Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 2a2f8dd

Browse files
Fixes #2552 -Added a fixed height (not percentage) of miniplayer items so that queue can be scrolled (#3453)
1 parent f4003b0 commit 2a2f8dd

File tree

1 file changed

+12
-0
lines changed
  • app/src/main/assets/web_extensions/webcompat_youtube

1 file changed

+12
-0
lines changed

app/src/main/assets/web_extensions/webcompat_youtube/main.css

+12
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ div.ytp-fullscreen video, .fxr-vr-video {
6060
height: 100% !important;
6161
position: relative !important;
6262
}
63+
64+
65+
/*
66+
Force a fixed height so that Youtube mini player can have a scrollbar
67+
for items in queue.
68+
*/
69+
div.miniplayer #card #items
70+
{
71+
display: block;
72+
height: 250px !important;
73+
overflow-y:scroll;
74+
}

0 commit comments

Comments
 (0)