mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 05:01:02 +02:00
Revert "better solution to incomingcallbox weirdness"
This reverts commit be527874730d959fa980e81c897a658a03952aad.
This commit is contained in:
parent
3cead032c2
commit
03476705b1
@ -112,8 +112,8 @@ module.exports = React.createClass({
|
|||||||
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
|
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
|
||||||
<div className={chevronClasses}></div>
|
<div className={chevronClasses}></div>
|
||||||
{ badge }
|
{ badge }
|
||||||
|
{ incomingCall }
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
{ incomingCall }
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
@ -25,6 +25,8 @@ limitations under the License.
|
|||||||
margin-top: -3px;
|
margin-top: -3px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
font-weight: initial;
|
||||||
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_IncomingCallBox_chevron {
|
.mx_IncomingCallBox_chevron {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user