Skip to content

showrss.info: Limit height of user selection list in thinner window by peteruithoven

Details

Authorpeteruithoven

LicenseNo License

Categoryshowrss.info

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The user selection list on showrss.info is quite long in thinner windows, this limits it's height and makes it scrollable.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           5/8/2023, 10:01:33 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("showrss.info") {
    /* Insert code here... */
    @media (max-width: 992px) {
        .user-selections {
            height: 20rem;
            overflow: auto;
        }
    }
}

Reviews

No reviews yet.