This fixes the “Manage subscriptions” button on the guide to not be cut off
All credit goes to Lightbeam
Authorhaydencraft2008
LicenseNo License
CategoryUser style
Created
Updated
Size318 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
This fixes the “Manage subscriptions” button on the guide to not be cut off
All credit goes to Lightbeam
I THINK this works on all layouts with the guide and should work on all browsers (both not tested)
/* ==UserStyle==
@name "Manage Subscrib." Fix
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
[title="Manage subscriptions"] span {
overflow: visible !important;
}
}