Permalink
Browse files

Build 2016.10.11.2

  • Loading branch information...
1 parent b4793ef commit bc310a1800b258eacc4d46434408bafa446084f5 @dangeredwolf committed Oct 12, 2016
@@ -5,7 +5,7 @@
"use strict";
-var SystemVersion = "6.1 Development Build 2016.09.27.1";
+var SystemVersion = "6.1 Development Build 2016.10.11.2";
var MTDBaseURL = "https://raw.githubusercontent.com/dangeredwolf/ModernDeck/master/ModernDeck/"; // Defaults to streaming if nothing else is available (i.e. legacy firefox)
var msgID,
@@ -167,7 +167,7 @@ strong,
b,
.txt-bold
{
- font-weight:500
+ font-weight:500
}
h1
@@ -196,38 +196,45 @@ h6
font-size:11px
}
-iframe {
+iframe
+{
border:0
}
-label {
+label
+{
display:block;
margin-bottom:12px;
line-height:inherit
}
-fieldset {
+fieldset
+{
padding:0;
margin:0;
border:0
}
-select {
+select
+{
-webkit-appearance:menulist;
-moz-appearance:menulist
}
-input:before,textarea:before,select:before {
+input:before,textarea:before,select:before
+{
-webkit-appearance:initial;
-moz-appearance:initial;
color:#ddd
}
-textarea {
+textarea
+{
resize:none
}
-input,select {
+input,select
+{
word-break:normal!important;
word-wrap:normal!important
}

Large diffs are not rendered by default.

Oops, something went wrong.
@@ -14,7 +14,8 @@
}
.txt-r-medium-green,
-.is-retweet .icon-retweet-toggle
+.is-retweet .icon-retweet-toggle,
+.icon-retweet-color
{
color:#13B33F
}
@@ -169,6 +170,7 @@ legend,
.btn-options-tray>.label,
.contributor-row>div:not(.account-summary),
.mdl .js-customtimeline-description,
+.heart-anim,
#__lpform_username_numspan
#__lpform_password_numspan /* fixes lastpass UI bug */
{
@@ -195,7 +197,8 @@ button[data-user-id="892388300"],
.search-input-perform-search,
.search-input-clear-search,
.search-input-spinner,
-.s-pending .btn-loader
+.s-pending .btn-loader,
+.heart-anim
{
display:none!important
}
@@ -274,7 +277,8 @@ ul,
.js-modal[style="display:none;"],
.typeahead[style="display:none;"],
.js-hide-drawer.is-hidden,
-.media-sensitive.is-hidden
+.media-sensitive.is-hidden,
+.icon-favorite.is-invisible
{
display:block!important
}
@@ -551,6 +555,11 @@ a.btn,
visibility:visible
}
+.icon-favorite.is-invisible
+{
+ visibility:visible!important
+}
+
.app-search .app-search-form,
#prev-month,
#next-month,
@@ -11,7 +11,9 @@
}
.s-with-reply,
-.column-scroller
+.column-scroller,
+.column-content,
+.column-options
{
transition:top .15s cubic-bezier(.19,1,.22,1)
}
@@ -221,7 +221,11 @@ html.scroll-v {
.account-link>.nbfc {
overflow:hidden;
margin-top:0;
- padding:5px 5px 0 0
+ padding:5px 5px 0 50px
+}
+
+.quoted-tweet .account-link>.nbfc,.tweet.txt-mute .account-link>.nbfc {
+ padding-left:0
}
.js-mediatable .account-link>.nbfc {
@@ -6236,21 +6240,10 @@ body>.message-banner[style="color: rgb(85, 85, 85); background-color: rgb(178, 2
line-height:1.2em
}
-.column:not(.is-options-open) .js-column-options {
+.js-column-options.scroll-none {
height:0!important
}
-.column-scroller {
- position:absolute;
- bottom:0;
- left:0;
- right:0;
-}
-
-.column-scroller[style="top: -77px;"],.more-tweets-btn-container[style="top: -77px;"],.column-scroller[style="top: -75px;"],.more-tweets-btn-container[style="top: -75px;"],.column-scroller[style="top: -135px;"],.more-tweets-btn-container[style="top: -135px;"],.column-scroller[style="top: -137px;"],.more-tweets-btn-container[style="top: -137px;"],.column-scroller[style="top: -79px;"],.more-tweets-btn-container[style="top: -79px;"],.column-scroller[style="top: -93px;"],.more-tweets-btn-container[style="top: -93px;"],.column-scroller[style="top: -64px;"],.more-tweets-btn-container[style="top: -64px;"] {
- top:0!important
-}
-
.accordion-divider-t>.button-group {
float:left
}

0 comments on commit bc310a1

Please sign in to comment.