Basically just fixes the weird gaps in between each frame of the comic strip.
MangaKakalot Personal Style by Nobepico
Details
AuthorNobepico
LicenseNo License
Categorymangakakalot
Created
Updated
Size519 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 MangaKakalot
@version 20241022.17.51
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://mangakakalot.to/read/") {
.reading-inner .container-chapter-reader .card-wrap .image-vertical {
max-width: 100%;
height: auto;
position: relative;
z-index: 3;
margin: -2.5px 0;
}
#uptop{
visibility: collapse;
}
.reading-inner .container-chapter-reader .card-wrap {
min-height: 0;
}
.reading-inner .container-chapter-reader {
overflow-x: unset;
}
}