mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 11:21:07 +02:00
Remove unused class name - mx_AppsDrawer_fullWidth (#10830)
Added by e897e97fd6e15b39aec89080d0096d570dcdfd63 Deprecated by bf3c49b8dfe6bdeeb4558579a489f63f3d534d7a
This commit is contained in:
parent
16ec3b5d7b
commit
5eea2c8b02
@ -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…
x
Reference in New Issue
Block a user