mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-23 10:43:19 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
12
app/javascript/styles/mods/layout_1600px.css
Normal file
12
app/javascript/styles/mods/layout_1600px.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
Allow for wider layout on bigger screens
|
||||
- vanilla max-width is 1200px
|
||||
- there is no penalty to slightly expanding flexbox on bigger screens
|
||||
- only applies on landing pages (webapp will expand as you add columns)
|
||||
|
||||
author: trwnh
|
||||
license: Public Domain
|
||||
*/
|
||||
@media (min-width: 1600px) {
|
||||
.landing-page .container {max-width: 1600px}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue