Moves the Sonic button to the top where it belongs!
Sonic Button on Top by TheNeedful-DO
Details
AuthorTheNeedful-DO
LicenseNo License
Categorynns.ic0.app
Created
Updated
Size336 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is going to break:
CSS selector targets the last button which happens to be Sonic
Needs a more specific selector to future proof.
Source code
/* ==UserStyle==
@name NNS Sonic Preferred
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Sonic Button on Top
@author The Needful DO
==/UserStyle== */
@-moz-document domain("nns.ic0.app") {
article[role='button']:last-child {
top: 0;
position: absolute;
}
}