From e19ee6f3635cda906ea02b070f75aed95ebe2c55 Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Wed, 27 Apr 2016 03:56:38 +0200 Subject: [PATCH] Fix right-aligned tweet actions bar margin after Twitter changed it --- Resources/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/code.js b/Resources/code.js index f027d2ec..68adc281 100644 --- a/Resources/code.js +++ b/Resources/code.js @@ -281,6 +281,7 @@ // tweet actions sheet.insertRule(".tweet-actions { float: right !important; width: auto !important; visibility: hidden; }",0); sheet.insertRule(".tweet-actions:hover { visibility: visible; }",0); + sheet.insertRule(".tweet-actions > li:nth-child(4) { margin-right: 2px !important; }",0); // break long urls sheet.insertRule("a[data-full-url] { word-break: break-all; }",0);