FOR USE WITH YOUTUBE V3 BETA ONLY!!!
Fixes scaling issues for 1366x768 screen resolution on the Nirvana layout and adds optional tweaks!
AuthorRysieQu
LicenseNo License
CategoryYouTube
Created
Updated
Size2.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
FOR USE WITH YOUTUBE V3 BETA ONLY!!!
Fixes scaling issues for 1366x768 screen resolution on the Nirvana layout and adds optional tweaks!
/* ==UserStyle==
@name V3 Nirvana 1366x768 Fixes And Other Tweaks
@namespace userstyles.world/user/RysieQu
@version 1.0.0
@description Fixes scaling issues for 1366x768 screen resolution on the Nirvana layout and adds optional tweaks!
@author RysieQu
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/") {
/* 1366x768 resolution fix */
/* guide library removal for more space - thanks rtayto! - feel free to delete it if it bothers you */
}
#guide-library-section {
display: none;
}
/* scale all pages except watch to fit the screen properly - thanks reprety!*/
#page:not(.watch) #content {
width: 1056px !important;
}
/* bigger scaling when the guide is hidden - thanks reprety!*/
.site-center-aligned:not(.show-guide) #page:not(.watch) #content {
width: 1262px !important;
}
.site-center-aligned:not(.show-guide) .branded-page-v2-secondary-col {
position: relative;
left: 12px;
}
.site-center-aligned:not(.show-guide) .branded-page-v2-primary-col {
position: relative;
left: 12px;
}
/* scale alert pop ups to fit the screen properly */
#alerts {
position: relative;
left: 115px;
top: 5px;
width: 1056px !important;
}
.site-center-aligned:not(.show-guide) #alerts {
position: relative;
left: 12px;
top: 5px;
width: 1262px !important;
}
/* own tweaks - feel free to delete some of them or all */
/* remove notification button removal */
.oz-dismiss-button.oz-notification-dismiss {
display: none;
}
.oz-yt-logo-badge {
position: relative;
left: 18px;
}
/* add more space on sides of card sub counts - thanks ephemeralviolette! */
.yt-subscription-button-subscriber-count-unbranded-horizontal {
padding:0 5px !important;
}
/* make topbar slighly grey - best for use with cardified layout */
#yt-masthead-container {
background: #f1f1f1 !important;
}
#masthead-expanded-container {
background: #f5f5f5 !important;
}
#masthead-appbar-container {
background: #fafafa !important;
}
/* make footer slighly grey - best for use with cardified layout */
#footer-container {
background: #f5f5f5 !important;
}
/* make related channels title bold */
.branded-page-related-channels-title {
font-weight: bold !important;
}
/* comment privacy arrow removal */
.oz-sprite.oz-double_dropdown {
display: none;