Preventing the text from going under the send button.
marktplaats.nl chat fix by denilsonsa
Details
Authordenilsonsa
LicensePublic domain
Categorymarktplaats
Created
Updated
Size425 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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); */
}
}