fix yt short pc
fix yt short width for pc by Tim0401
Details
AuthorTim0401
LicenseNo License
Categoryuserstyles
Created
Updated
Size235 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 fix yt short width for pc
@version 20240224.06.38
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
#columns {
max-width: initial !important;
}
}