mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-26 04:02:42 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
20
app/javascript/styles/mods/layout_elefriend.css
Normal file
20
app/javascript/styles/mods/layout_elefriend.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
Release elephant friend from their confines:
|
||||
- elephant friend will now hang out in the corner of your browser,
|
||||
instead of being trapped in the drawer.
|
||||
|
||||
author: trwnh
|
||||
license: Public Domain
|
||||
*/
|
||||
.drawer__inner, .drawer__inner__mastodon {
|
||||
background: none; z-index: 0
|
||||
}
|
||||
.drawer__inner__mastodon > img {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 180px;
|
||||
z-index: -1
|
||||
}
|
||||
.compose-form {z-index: 1}
|
||||
.drawer__inner {height: 100%} /* firefox bug highlights drawer text on click? */
|
||||
Loading…
Add table
Add a link
Reference in a new issue