mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 11:35:13 +00:00
10 lines
No EOL
210 B
CSS
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;}
|
|
} |