Skip to content

marktplaats.nl chat fix by denilsonsa

Screenshot of marktplaats.nl chat fix

Details

Authordenilsonsa

LicensePublic domain

Categorymarktplaats

Created

Updated

Size425 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Preventing the text from going under the send button.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           marktplaats.nl chat fix
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Preventing the text from going under the send button.
@author         Denilson
==/UserStyle== */

@-moz-document domain("marktplaats.nl") {
    html input#iChatInputField {
        padding-right: 50px;
        /* Alternative solution: */
        /* width: calc(100% - 50px); */
    }
}

Reviews

No reviews yet.