Notifications on Windows show up in the bottom right corner and sometimes get in the way of things. This style reduces the number of those things by one.
YouTube shorts arrows together by nanopi

Details
Authornanopi
LicenseCC0
Categorywww.youtube.com
Created
Updated
Code size1.2 kB
Code checksum758adf58
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
1.1.1: Fix for YT changing to flexbox.
Source code
/* ==UserStyle==
@name YouTube shorts arrows together
@namespace github.com/openstyles/stylus
@version 1.2.0
@description Better together
@author NanoPi
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/shorts/") {
/* current YT version, modal comments */
.navigation-container.ytd-shorts {
justify-content: center;
}
}
@-moz-document url-prefix("https://www.youtube.com/shorts/") {
/* prev YT ver. invisible padding click-through */
/*
.navigation-container.ytd-shorts {
pointer-events: none;
}
#navigation-button-up.ytd-shorts, #navigation-button-down.ytd-shorts {
pointer-events: none;
}
#navigation-button-up.ytd-shorts ytd-button-renderer, #navigation-button-down.ytd-shorts ytd-button-renderer {
pointer-events: auto;
}
*/
}
@-moz-document url-prefix("https://www.youtube.com/shorts/") {
/* 1st version (obsolete) */
/*
#navigation-button-up.ytd-shorts {
top: unset;
bottom: 50%;
}
#navigation-button-down.ytd-shorts {
bottom: unset;
top: 50%;
}
*/
}