Skip to content

KOVnet - Better photo gallery layout by denilsonsa

Details

Authordenilsonsa

LicensePublic Domain

Categorykovnet

Created

Updated

Size784 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improves the "Schriftje" page by avoiding lots of empty space and showing all picture thumbnails in a nice grid extending to the full width (instead of just half-width).

Notes

Source code

/* ==UserStyle==
@name           KOVnet - Better photo gallery layout
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Improves the "Schriftje" page by avoiding lots of empty space and showing all picture thumbnails in a nice grid extending to the full width (instead of just half-width).
@author         Denilson
==/UserStyle== */

@-moz-document domain("app.kovnet.nl") {
    html .dr_entries .dr_entry_text,
    html .dr_entries .dr_entry_photos {
        width: auto;
        float: none;
    }
    html .dr_entries .dr_entry_photos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    html .dr_entries .dr_entry_photos .dr_photo_entry {
        margin: 2px;
        float: none;
    }
}

Reviews

No reviews yet.