Permalink
Browse files

Improvements to tweet stat

  • Loading branch information...
1 parent a0cf5a2 commit b3e4325e8cb26446ee90bf5044728333452bbb65 @CrazyLemon committed Dec 9, 2016
Showing with 27 additions and 1 deletion.
  1. +26 −0 ModernDeck/sources/cssextensions/mychanges.css
  2. +1 −1 ModernDeck/sources/moderndeck.css
@@ -37,3 +37,29 @@
.activity-header>.txt-mute {
display: inherit !important;
}
+.tweet-detail .margin-tl.txt-small a, .tweet-stats li a {
+ float: inherit !important;
+ position: inherit !important;
+ padding-left: 10px !important;
+}
+.tweet-stat b {
+ padding-left: 10px !important;
+}
+.stat-word {
+ padding-left: 10px !important;
+}
+.tweet-detail-actions {
+ margin-top: 20px !important;
+}
+.tweet-detail-action-item.margin-ln {
+ margin-left: -2%!important;
+}
+.tweet-detail-action-item {
+ margin-left: 3%!important;
+}
+a.js-show-tip.tweet-detail-action.position-rel:hover {
+ color: red !important;
+}
+a.tweet-detail-action:hover {
+ color: green!important;
+}
@@ -5449,7 +5449,7 @@ fieldset .toggle-switch {
}
.tweet-detail-action-item.margin-ln {
- margin-left:7%!important
+ margin-left:7%;
}
.tweet-detail-action-item {

0 comments on commit b3e4325

Please sign in to comment.