miyagawamizu

Grid Layout for Kemono.su

Jul 17th, 2025 (edited)
343
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.36 KB | Fixit | 0 0
  1. /* ==UserStyle==
  2. @name           kemono.su/fanbox/
  3. @namespace      https://gist.github.com/MiyagawaMizu
  4. @version        1.0.0
  5. @description    Grid Layout Fix for Kemono.su
  6. @author         Mizu
  7. ==/UserStyle== */
  8. @-moz-document url-prefix("https://kemono.su/") {
  9.     /* Insert code here... */
  10.     /*     ._expanded_425d1db {
  11.         height: 70vh;
  12.     }
  13.  
  14.     ._expanded_425d1db img {
  15.         height: 100%;
  16.         width: fit-content;
  17.     } */
  18.     .post__files {
  19.         display: block;
  20.         column-gap: 16px;
  21.         columns: 3; /* change number for how much you want*/
  22.     }
  23.  
  24.     .post__thumbnail {
  25.         display: block;
  26.         margin-bottom: 16px;
  27.         /*         width: fit-content; */
  28.         width: 100%;
  29.     }
  30.     .post__thumbnail * {
  31.         /*         width: fit-content; */
  32.         width: 100%;
  33.     }
  34.  
  35.     ._content_59c5c91 a {
  36.         padding: 0;
  37.         margin: 0;
  38.         width: fit-content;
  39.         height: fit-content;
  40.     }
  41.  
  42.     ._content_59c5c91 p {
  43.         padding: 0;
  44.         margin: 0;
  45.         width: fit-content;
  46.         height: fit-content;
  47.     }
  48.  
  49.     p:has(br) {
  50.         display: none;
  51.     }
  52.  
  53.     ul {
  54.         padding: 0;
  55.         margin: 0;
  56.     }
  57.  
  58.     li {
  59.         display: inline-block;
  60.         width: fit-content;
  61.         margin-right: 16px;
  62.     }
  63.  
  64.     video {
  65.         width: 60vh !important;
  66.     }
  67. }
Tags: grid Kemono
Advertisement
Comments
  • miyagawamizu
    4 days
    # text 0.14 KB | 0 0
    1. 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