Skip to content

Calcalist article comments: squash by sbebe

Details

Authorsbebe

LicenseNo License

Categorycalcalist.co.il

Created

Updated

Size941 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reduce comments section text margins

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Calcalist article comments: squash
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Reduce comments section text margins
@author         Brogrammer
==/UserStyle== */

@-moz-document url-prefix("https://www.calcalist.co.il/calcalistech/article/") {
    #CalcalistArticleComment {
        .commentDetailsWrapper .details {
            .author {
                line-height: 1;
            }
            .publishDate {
                line-height: 1;
            }
        }
        .expandedView {
            .commentText {
                padding: 2px;
                line-height: 1;
            }
            .bottomButtonsWrapper {
                margin-top: 5px;
                height: 25px;
            }
        }
    }
    #CalcalistArticleComment.level1, #CalcalistArticleComment.level2 {
        padding: 0px 12px 5px 15px;
        box-sizing: border-box;
    }
}

Reviews

No reviews yet.