Skip to content

kick blerp chat fix by Uugo0

Screenshot of kick blerp chat fix

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

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

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;
    }
}
}

Reviews

No reviews yet.