Makes the main columns in the mastodon web ui wider
Wider Icosaheadron Columns by trodrigues
Details
Authortrodrigues
LicenseMIT
Categoryicosahedron.website
Created
Updated
Size352 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 Wider Icosaheadron Columns
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes the main columns in the mastodon web ui wider
@author Tiago Rodrigues
==/UserStyle== */
@-moz-document domain("icosahedron.website") {
.columns-area > .column {
width: 500px;
}
}