mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Remove unused class name - mx_AppsDrawer_fullWidth (#10830)
Added bye897e97fd6
Deprecated bybf3c49b8df
This commit is contained in:
parent
16ec3b5d7b
commit
5eea2c8b02
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ export default class AppsDrawer extends React.Component<IProps, IState> {
|
|||
const classes = classNames({
|
||||
mx_AppsDrawer: true,
|
||||
mx_AppsDrawer_maximise: widgetIsMaxmised,
|
||||
mx_AppsDrawer_fullWidth: apps.length < 2,
|
||||
mx_AppsDrawer_resizing: this.state.resizing,
|
||||
mx_AppsDrawer_2apps: apps.length === 2,
|
||||
mx_AppsDrawer_3apps: apps.length === 3,
|
||||
|
|
Loading…
Reference in a new issue