V3 Player Fix
V3 Player Fix by kindongshin
Details
Authorkindongshin
LicenseNo License
Categoryyoutube
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name V3 Player Fix
@version 20250218.08.39
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
@media screen and (min-width: 1496px) and (min-height: 768px) {
.appbar-flexwatch-mini.appbar-mini-cinema #player.watch-medium::before,
.appbar-flexwatch-mini .watch-medium .player-height,
.appbar-flexwatch-mini.appbar-mini-cinema #player.watch-playlist.watch-medium::before {
height: 720px;
}
}
.appbar-mini-cinema #player.watch-playlist.watch-medium::before,
.watch-medium .player-height,
.appbar-mini-cinema #player.watch-medium::before {
height: 480px;
}
.watch-medium .player-width {
position: relative;
margin-left: 100px;
}
@media screen and (min-width: 1496px) and (min-height: 768px) {
.watch-medium .player-width {
margin-left: unset;
}
}
.watch7-playlist-bar {
position: static;
}
[poly-comments] .distiller_yt-thread_user-content.yt-uix-expander-collapsed .cssAction_Expander {
top: 70px;
}
.distiller_yt-thread_user-content.yt-uix-expander-collapsed .cssAction_Expander {
top: 60px;
}
[exp-modern-guide]:not([poly-styles]) .guide-item {
line-height: 14px;
}
}