mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-19 16:53:16 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
10
app/javascript/styles/mods/layout_widercolumns.css
Normal file
10
app/javascript/styles/mods/layout_widercolumns.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* 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;}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue