Remove redundant CSS rules

This commit is contained in:
Michael Telatynski 2020-08-27 10:46:29 +01:00
parent 89ec90cf04
commit bf3c49b8df
2 changed files with 0 additions and 21 deletions

View file

@ -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;
}

View file

@ -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"
>