Fixes big player bug in YouTube
Youtube February 2024 Fix by YoshiXYZ
Details
AuthorYoshiXYZ
LicenseNo License
Categoryyoutube.com
Created
Updated
Size557 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube February 2024 Fix
@version 20240220.21.43
@namespace YT FEB 2024 FIX
@description Fixes big player bug in YouTube
@author YoshiXYZ
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
ytd-watch-flexy {
--ytd-watch-flexy-max-player-width: inherit;
}
ytd-watch-flexy[flexy]:not([full-bleed-player][full-bleed-no-max-width-columns]) #columns.ytd-watch-flexy {
max-width: calc(1280px + var(--ytd-watch-flexy-sidebar-width) + var(--ytd-margin-6x)*3)
}
}