Cofffee-Assets/styles/mods/layout_hidedisabled.css
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

17 lines
571 B
CSS

/*
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}