You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
remove obsolete resizer
This commit is contained in:
@@ -25,11 +25,6 @@ limitations under the License.
|
|||||||
min-height: unset;
|
min-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSubList_resizer {
|
|
||||||
width: 100%;
|
|
||||||
height: 3px;
|
|
||||||
background-color: $roomsublist-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomSubList_labelContainer {
|
.mx_RoomSubList_labelContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -394,7 +394,6 @@ const RoomSubList = React.createClass({
|
|||||||
<div className="mx_RoomSubList">
|
<div className="mx_RoomSubList">
|
||||||
{this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined}
|
{this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined}
|
||||||
{ this.state.hidden ? undefined : content }
|
{ this.state.hidden ? undefined : content }
|
||||||
<div className="mx_RoomSubList_resizer"></div>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user