The user selection list on showrss.info is quite long in thinner windows, this limits it's height and makes it scrollable.
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
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;
}
}
}