Skip to content

4Chan Centered by djd

Screenshot of 4Chan Centered

Details

Authordjd

LicenseCC0

Category4chan.org

Created

Updated

Size603 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Center threads and index, catalog stays the same

Notes

v1.0.1 Move metadata outside code block

Source code


/* ==UserStyle==
@name           4chan Centered
@namespace      djd
@version        1.0.1
@description    4chan with threads centered, catalog stays the same
@author         djd
==/UserStyle== */

@-moz-document domain("boards.4chan.org"), domain("boards.4channel.org") {

.board > .thread > .opContainer {
    width: 64% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.board > .thread > .replyContainer {
    width: 64% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.post.reply {
    width: 100%;
}
}

Reviews

No reviews yet.