Makes Minetest Forums (forum.minetest.net) interface show with a 100% width, without additional space on the sides
Minetest Forums 100% width by rudzik8
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
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;
}
}