add theme linernotes_dark

This commit is contained in:
wuyingren 2020-05-25 00:43:36 +08:00
parent 79f25fa452
commit ae42207b8d
35 changed files with 1613 additions and 0 deletions

View 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}