Skip to content

feedly.com - 5.02.2023, 07:02:17 by mlmte

Details

Authormlmte

LicenseNo License

Categoryfeedly.com

Created

Updated

Size812 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

private style for wide monitor

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           feedly.com - 5.02.2023, 07:02:17
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("feedly.com") {
    .fx .container {
        margin-left: 0;
    }
    .MagazineEntry {
        width: fit-content;
    }
    .MagazineEntry {
        max-width: fit-content;
        align-items: center;
        margin-bottom: 0;
    }

    .MagazineEntry__content {
        flex: 1;
        width: 1000px;
    }
    .EntryTitle {
        width: -webkit-fill-available
    }
    .entry {
        width: fit-content
    }
    .MagazineEntry__visual {
        width: 80px;
    }
    .EntryVisual__visual {
        height: 100%;
        width: 100%;
        background-size: contain;
    }
}

Reviews

No reviews yet.