Remove redundant CSS rules
This commit is contained in:
parent
89ec90cf04
commit
bf3c49b8df
2 changed files with 0 additions and 21 deletions
|
@ -24,10 +24,6 @@ $MiniAppTileHeight: 114px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.mx_AppsContainer_resizerHandles {
|
|
||||||
flex: 0 0 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_AppsContainer_resizerHandle {
|
.mx_AppsContainer_resizerHandle {
|
||||||
cursor: ns-resize;
|
cursor: ns-resize;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -412,22 +408,6 @@ form.mx_Custom_Widget_Form div {
|
||||||
display: none;
|
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 {
|
.mx_AppsDrawer_minimised .mx_AppsContainer_resizerHandle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -218,7 +218,6 @@ export default createReactClass({
|
||||||
id={"apps-drawer_" + this.props.room.roomId}
|
id={"apps-drawer_" + this.props.room.roomId}
|
||||||
minHeight={100}
|
minHeight={100}
|
||||||
maxHeight={this.props.maxHeight - 50}
|
maxHeight={this.props.maxHeight - 50}
|
||||||
handleWrapperClass="mx_AppsContainer_resizerHandles"
|
|
||||||
handleClass="mx_AppsContainer_resizerHandle"
|
handleClass="mx_AppsContainer_resizerHandle"
|
||||||
className="mx_AppsContainer"
|
className="mx_AppsContainer"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue