адаптирует кнопки и др. под разрешение 720Р (экраны 15"-17" и старые квадратные 3/4)
youtube fix for small resolution display by f0xss
Details
Authorf0xss
LicenseNo License
Categoryuserstyles
Created
Updated
Size754 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
1.5
== support for updates on the site
1.4 (500 installs)
++ add settings width playlist
1.3
== update screenshot
== support for YT changes
Source code
/* ==UserStyle==
@name youtube video title fix
@namespace github.com/openstyles/stylus
@version 1.1.5
@description A new userstyle
@author Foxss
@preprocessor stylus
@var range setnumlines 'Max lines for title' [3, 0, 5, 1, ""]
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions/"),
url-prefix("https://www.youtube.com/") {
/*@var number maxlines "Max lines for title" [5, 0, 5, 1] знач.поо умолч, мин, макс, шаг*/
ytd-rich-grid-media[mini-mode] #video-title.ytd-rich-grid-media,
#video-title.ytd-rich-grid-media,
.ShortsLockupViewModelHostOutsideMetadataTitle {
max-height: 11rem;
-webkit-line-clamp: setnumlines !important;
}
}