Skip to content

Sonic Button on Top by TheNeedful-DO

Screenshot of Sonic Button on Top

Details

AuthorTheNeedful-DO

LicenseNo License

Categorynns.ic0.app

Created

Updated

Code size336 B

Code checksum3465fa04

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moves the Sonic button to the top where it belongs!

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;
    }
}

Reviews

No reviews yet.