Skip to content

Instantly share code, notes, and snippets.

@MiyagawaMizu
Last active July 17, 2025 23:00
Show Gist options
  • Select an option

  • Save MiyagawaMizu/6142ae72cadd050110fc0beab28902ac to your computer and use it in GitHub Desktop.

Select an option

Save MiyagawaMizu/6142ae72cadd050110fc0beab28902ac to your computer and use it in GitHub Desktop.
Grid Layout for Kemono.su to display more content
/* ==UserStyle==
@name kemono.su/fanbox/
@namespace https://gist.github.com/MiyagawaMizu
@version 1.0.0
@description Grid Layout Fix for Kemono.su
@author Mizu
==/UserStyle== */
@-moz-document url-prefix("https://kemono.su/") {
/* Insert code here... */
/* ._expanded_425d1db {
height: 70vh;
}
._expanded_425d1db img {
height: 100%;
width: fit-content;
} */
.post__files {
display: block;
column-gap: 16px;
columns: 3; /* change number for how much you want*/
}
.post__thumbnail {
display: block;
margin-bottom: 16px;
/* width: fit-content; */
width: 100%;
}
.post__thumbnail * {
/* width: fit-content; */
width: 100%;
}
._content_59c5c91 a {
padding: 0;
margin: 0;
width: fit-content;
height: fit-content;
}
._content_59c5c91 p {
padding: 0;
margin: 0;
width: fit-content;
height: fit-content;
}
p:has(br) {
display: none;
}
ul {
padding: 0;
margin: 0;
}
li {
display: inline-block;
width: fit-content;
margin-right: 16px;
}
video {
width: 60vh !important;
}
}
@MiyagawaMizu
Copy link
Author

You can download Stylus to override the CSS of the website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment