From 96eeb417186313d8f15fd3317f3faa38c5166fe9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 15 Aug 2019 22:30:09 +0100 Subject: [PATCH] Tweak the tweet button --- styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles.css b/styles.css index a75d486..bab83f3 100644 --- a/styles.css +++ b/styles.css @@ -22,3 +22,11 @@ nav[aria-label="Primary"] > div span { line-height: 1.5; margin-top: 5px } + +a[aria-label="Tweet"] { + height: auto; + min-height: 0; + min-width: 0; + padding: 10px 15px; + width: 70%; +}