mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-23 18:52:41 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
17
app/javascript/styles/mods/layout_hidedisabled.css
Normal file
17
app/javascript/styles/mods/layout_hidedisabled.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
Hide buttons that can't be clicked
|
||||
- columns on /about and tag pages have buttons that don't work.
|
||||
- so, this snippet hides those nonworking buttons to save space
|
||||
- and to avoid confusion.
|
||||
- unboostable buttons are made transparent on hover instead.
|
||||
|
||||
this is fixed in https://github.com/tootsuite/mastodon/pull/10054
|
||||
|
||||
author: trwnh
|
||||
license: Public Domain
|
||||
*/
|
||||
.status__action-bar .icon-button.disabled:hover,
|
||||
.notification-favourite .status.status-direct .icon-button.disabled:hover
|
||||
{color: transparent !important}
|
||||
|
||||
#mastodon-timeline .status__action-bar {display: none}
|
||||
Loading…
Add table
Add a link
Reference in a new issue