Revert "better solution to incomingcallbox weirdness"

This reverts commit be52787473.
dbkr/roomlist_speedup_2
David Baker 2017-05-16 16:35:06 +01:00
parent 3cead032c2
commit 03476705b1
2 changed files with 3 additions and 1 deletions

View File

@ -112,8 +112,8 @@ module.exports = React.createClass({
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
<div className={chevronClasses}></div>
{ badge }
{ incomingCall }
</AccessibleButton>
{ incomingCall }
</div>
);
},

View File

@ -25,6 +25,8 @@ limitations under the License.
margin-top: -3px;
margin-left: -20px;
width: 200px;
font-weight: initial;
text-transform: initial;
}
.mx_IncomingCallBox_chevron {