Cofffee-Assets/styles/mods/layout_widercolumns.css
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

10 lines
No EOL
210 B
CSS

/*
* Wider columns:
* - Make the multi-column layout use wider columns by default.
*
* author: trwnh
* license: Public Domain
*/
@media (min-width: 640px) {
.column, #mastodon-timeline {min-width: 60ch;}
}