Alters the YouTube VidIQ header.
VidIQ - YouTube: Better Sidebar by chrishazfun
Details
Authorchrishazfun
LicenseNo License
Categorywww.youtube.com
Created
Updated
Size832 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 VidIQ - YouTube: Better Sidebar
@namespace youtube.com
@version 1.0.9
@description Alters the YouTube VidIQ header.
@author chrishazfun
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
.video-companion-container {
width: 100%;
}
.vc-stat-section .stat-box.quarter {
flex-basis: 100%;
}
.video-companion-container .video-companion-header nav {
margin: 0;
}
.video-companion-container .video-companion-header .toggle-collapse {
margin: 1rem 0 0;
}
.video-companion-container > header {
padding: 1rem 0;
}
.video-companion-container > header .vidiq-logo-container {
position: absolute;
right: 3rem;
bottom: 9px;
}
}