Removes unnecessary sapcing in the comic
readsolo-leveling.com by tjassassin
Details
Authortjassassin
LicenseNo License
Categoryreadsolo-leveling
Created
Updated
Size417 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 readsolo-leveling.com
@version 20211117.20.11
@namespace userstyles.world/user/tjassassin
@description Removes unnecessary sapcing in the comic
@author tjassassin
@license No License
==/UserStyle== */
@-moz-document domain("readsolo-leveling.com") {
p {
margin: 0 0 1.5em 0;
display: none;
}
body,
button,
input,
select,
textarea {
line-height: 0;
}
}