When you use the blerp extension in kick, the chat input section is broken, this css solves that problem.
kick blerp chat fix by Uugo0

Details
AuthorUugo0
LicenseMIT
Categorykick.com
Created
Updated
Code size382 B
Code checksum86116d35
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name kick blerp chat fix
@version 20250421.23.02
@namespace ?
@description When you use the blerp extension in kick, the chat input section is broken, this css solves that problem.
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://kick.com") {
p[class="editor-paragraph"] {
br {
margin: 0;
}
}
}