diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index e37fc4bf8c..b66c015ade 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -25,11 +25,6 @@ limitations under the License. min-height: unset; } -.mx_RoomSubList_resizer { - width: 100%; - height: 3px; - background-color: $roomsublist-background; -} .mx_RoomSubList_labelContainer { display: flex; diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 6017ea64ee..c07f8306f1 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -394,7 +394,6 @@ const RoomSubList = React.createClass({
{this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined} { this.state.hidden ? undefined : content } -
); }