Skip to content

feedbin.com by antistic

Details

Authorantistic

LicenseNo License

Categoryfeedbin

Created

Updated

Size611 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           feedbin.com
@namespace      github.com/openstyles/stylus
@version        1.0.5
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("feedbin.com") {
    .entry-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 1em;
        height: 100%;
    }
    
    .entry-inner {
        min-height: 0 !important;
        height: auto;
        overflow-y: scroll;
        max-width: min(100%, 660px);
    }
    
    .entry-column.wide .tweet-wrap {
        padding-left: 60px;
    }
}

Reviews

No reviews yet.