Skip to content

LES by englerts

Details

Authorenglerts

LicenseGNU GPLv3

Categoryfeddit

Created

Updated

Size944 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A style based on the visuals of RES

Notes

Source code

/* ==UserStyle==
@name           LES
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A style based on the visuals of RES
@author         Sascha Englert
==/UserStyle== */

@-moz-document domain("feddit.de") {
    
    /*
     * Comments
     */
    div.comment {
        border: 1px solid #ced4da !important;
        border-radius: .5rem;
        margin: 10px 0;
        padding: 10px;
    }

    div.comment-node {
        border: none !important;
    }
    
    div.details {
        padding: 0 !important;
    }
    
    div.d-flex {
        justify-content: unset !important; 
    }
    
    button.btn {
        padding: 0 10px;
    }
    
    div.mb-3 {
        margin: 10px 0;
    }
    
    svg.icon.mini-overlay {
        color: #f2f2f2;
        background: #ced4da;
    }
    
    /*
     * Post Listing
     */
    
    div.post-listing .list-inline-item a > picture {
        display: none;
    }
}

Reviews

No reviews yet.