1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-30 23:34:09 +02:00

Fix right-aligned tweet actions bar margin after Twitter changed it

This commit is contained in:
chylex 2016-04-27 03:56:38 +02:00
parent 3785efce78
commit e19ee6f363

View File

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