Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ==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;
- }
- }
Advertisement
Comments
-
- You can download Stylus to override the CSS of the website https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne.
Add Comment
Please, Sign In to add comment