Skip to content

mangadex.org - increase thumbnail sizes by Tenome

Screenshot of mangadex.org - increase thumbnail sizes

Details

AuthorTenome

LicenseNo License

CategoryUserstyles

Created

Updated

Size509 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increases the thumbnail size to their original resolution os 256px instead of the tiny ones MD uses.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         mangadex.org - increase thumbnail sizes
@version      20240526.02.23
@namespace    https://userstyles.world/user/Tenome
@description  Increases the thumbnail size to their original resolution os 256px instead of the tiny ones MD uses.
@author       Tenome
@license      No License
==/UserStyle== */

@-moz-document domain("mangadex.org") {
@media (min-width: 48rem) {
    .chapter-feed__container[data-v-b062de46] {
        grid-template-columns: 256px minmax(0, 1fr);
    }
}
}

Reviews

No reviews yet.