Skip to content

FreeFeed No Bars by davidmz

Screenshot of FreeFeed No Bars

Details

Authordavidmz

LicenseNo License

Categoryfreefeed

Created

Updated

Size856 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

FreeFeed style without horyzontal bars

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           freefeed.net - 20.07.2022, 11:28:23
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("freefeed.net") {
    .create-post {
        border-bottom: none;
        margin-bottom: 0;
    }

    .post {
        padding-bottom: 20px;
        border-bottom: none;
    }

    .sidebar .logged-in {
        margin-bottom: 50px;
    }

    .box {
        margin-bottom: 28px;
    }

    .box-header,
    .box-header-empty,
    .box-header-freefeed,
    .box-header-friends,
    .box-header-groups,
    .box-header-memories,
    .box-header-timeline {
        border-bottom: none;
        font-weight: normal;
        font-size: 1.33em;
        margin-bottom: 0.33em;
    }

    .sidebar .box-body {
        padding: 0;
    }
}

Reviews

No reviews yet.