Skip to content

Gab - fix width of comments with media attached by volkischexe

Screenshot of Gab - fix width of comments with media attached

Details

Authorvolkischexe

LicenseNo License

Categorygab.com

Created

Updated

Size613 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes the broken CSS on Gab which causes comments to narrow to the width of attached media.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Gab - fix width of comments with media attached
@version      20230103.01.10
@namespace    userstyles.world/user/volkischexe
@description  Fixes the broken CSS on Gab which causes comments to narrow to the width of attached media.
@author       volkischexe
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://gab.com") {
    ._UuSG._3A88l._1ImpA._1lcFg._13cW9 {
        width: 100%;
    }
    
    ._UuSG._3jtEZ.Z4Zp4._2E1ls {
        display: none;
    }
    
    .w77Za.Os0yf._UuSG.w77Za.Os0yf._81_1w[style] {
        height: inherit !important;
    }
}

Reviews

No reviews yet.