diff --git a/network/mastodon-meta/mastodon.css b/network/mastodon-meta/mastodon.css index 2cbc2ca..9423586 100644 --- a/network/mastodon-meta/mastodon.css +++ b/network/mastodon-meta/mastodon.css @@ -74,7 +74,7 @@ button.button.primary[style] { font-size: 9pt; } .drawer__inner__mastodon > .mastodon { - width: 0%; + display: none !important; } .notification__filter-bar button.active::before, .notification__filter-bar button.active::after { @@ -129,3 +129,6 @@ button.button.primary[style] { .column[data-column="getting-started"] { width: 10%; } +.getting-started__footer ul li { + display: block !important; +}