From e9d601c824d58beb60ced50024106a63228998a0 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 13:39:34 -0400 Subject: [PATCH] mastodon: change minor display rules --- network/mastodon-meta/mastodon.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; +}