Skip to content

Double page right-to-left by wihito

Details

Authorwihito

LicenseNo License

Categoryhunlight-scans

Created

Updated

Size489 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small low effort tweak

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Double page right-to-left
@version      20211210.14.20
@namespace    userstyles.world/user/wihito
@description  Small low effort tweak
@author       wihito
@license      No License
==/UserStyle== */

@-moz-document domain("hunlight-scans.info") {
#pages-container {
    display: grid;
    grid-template-columns: fit-content(50%) fit-content(50%);
    direction: rtl;
    justify-content: center;
}

#content > .container {
    max-width: none !important;
}
}

Reviews

No reviews yet.