mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-16 12:35:13 +00:00
20 lines
No EOL
502 B
CSS
20 lines
No EOL
502 B
CSS
/*
|
|
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? */ |