Skip to content

Whatsapp Web - Stylus Firefox Extension - Styles by meetravig

Details

Authormeetravig

LicenseNo License

Categoryweb.whatsapp.com

Created

Updated

Size788 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Whatsapp Web - Stylus Firefox Extension - Styles

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ?
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("web.whatsapp.com") {
    /* Insert code here... */
    #side {
        width: 120px !important;
        max-width: 120px !important;
    }
    div:has(> div#side) {
        width: 120px !important;
        max-width: 120px !important;
    }
    div#side span {
        height: 0px;
    }
    div.two div.copyable-area {
        width: 120px !important;
        max-width: 120px !important;
    }
    div.copyable-area p {
        height: 0px;
    }
    div.two footer div.copyable-area {
        width: 100% !important;
        max-width: 100% !important;
    }
}

Reviews

No reviews yet.