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);