From bf3c49b8dfe6bdeeb4558579a489f63f3d534d7a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 27 Aug 2020 10:46:29 +0100 Subject: [PATCH] Remove redundant CSS rules --- res/css/views/rooms/_AppsDrawer.scss | 20 -------------------- src/components/views/rooms/AppsDrawer.js | 1 - 2 files changed, 21 deletions(-) diff --git a/res/css/views/rooms/_AppsDrawer.scss b/res/css/views/rooms/_AppsDrawer.scss index 13130fc6f6..fee3d61153 100644 --- a/res/css/views/rooms/_AppsDrawer.scss +++ b/res/css/views/rooms/_AppsDrawer.scss @@ -24,10 +24,6 @@ $MiniAppTileHeight: 114px; flex-direction: column; overflow: hidden; - .mx_AppsContainer_resizerHandles { - flex: 0 0 4px; - } - .mx_AppsContainer_resizerHandle { cursor: ns-resize; border-radius: 3px; @@ -412,22 +408,6 @@ form.mx_Custom_Widget_Form div { display: none; } -/* Hidden resize handle (Apptile bottom serves as indicator) */ -.mx_AppsDrawer .mx_ResizeHandle { - position: relative; - z-index: 1; -} - -.mx_AppsDrawer .mx_ResizeHandle > div { - background: inherit; -} - -.mx_AppsDrawer_fullWidth .mx_ResizeHandle { - max-width: 960px; - margin-left: auto; - margin-right: auto; -} - .mx_AppsDrawer_minimised .mx_AppsContainer_resizerHandle { display: none; } diff --git a/src/components/views/rooms/AppsDrawer.js b/src/components/views/rooms/AppsDrawer.js index f58e0cc8e3..1446cd505c 100644 --- a/src/components/views/rooms/AppsDrawer.js +++ b/src/components/views/rooms/AppsDrawer.js @@ -218,7 +218,6 @@ export default createReactClass({ id={"apps-drawer_" + this.props.room.roomId} minHeight={100} maxHeight={this.props.maxHeight - 50} - handleWrapperClass="mx_AppsContainer_resizerHandles" handleClass="mx_AppsContainer_resizerHandle" className="mx_AppsContainer" >