Skip to content

Masonry Layout - Gallery by marurunk

Screenshot of Masonry Layout - Gallery

Details

Authormarurunk

LicenseNo License

Categoryrule34.xxx

Created

Updated

Size689 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Masonry Gallery view like pinterest >:3

Notes

Tested with:

  • Default rule34(only desktop)
  • Clean rule34
  • Rule34 reimagined

Source code

/* ==UserStyle==
@name       Masonry Gallery
@version    20241217.11.41
@namespace  ?
==/UserStyle== */

@-moz-document domain("rule34.xxx") {
.image-list{
    display: block!important;
    columns: max(15vw, 252px) auto!important;
    
    min-width: 85vw!important;
}
.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: unset!important;
    padding: 0!important;
    margin: 0 0 1rem 0!important;
    max-height: 50vh;
    max-width: unset!important;
    overflow: hidden;
    
}
.thumb img {
    max-width: unset;
    max-height: unset!important;
    width: 100%;
    height: auto!important;
}
}

Reviews

No reviews yet.