A sticky sidebar on youtube made for a user from Reddit.
youtube.com sticky sidebar by dotvhs
Details
Authordotvhs
LicenseNo License
Categoryyoutube
Created
Updated
Size456 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.com sticky sidebar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author dotvhs
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-flexy:not([theater-requested_]) div#secondary-inner {
height: calc(100vh - 80px);
overflow-y: auto;
overflow-x: hidden;
position: fixed;
max-width: 402px;
}
}