Skip to content

Minetest Forums 100% width by rudzik8

Screenshot of Minetest Forums 100% width

Details

Authorrudzik8

LicenseCC Zero

Categoryforum.minetest.net

Created

Updated

Size483 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Minetest Forums (forum.minetest.net) interface show with a 100% width, without additional space on the sides

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Minetest Forums 100% width
@namespace      https://github.com/rudzik8
@version        1.0.0
@description    Makes Minetest Forums interface show with a 100% width, without additional space on the sides
@author         rudzik8
==/UserStyle== */
@-moz-document domain("forum.minetest.net") {
    .wrap {
        width: 100%;
        max-width: none;
        border-radius: 0px;
    }
    .headerbar {
        border-radius: 0px;
    }
}

Reviews

No reviews yet.