You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Add full width widgets
This commit is contained in:
@@ -43,7 +43,7 @@ export default React.createClass({
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_AppTile" id={this.props.id}>
|
||||
<div className={this.props.fullWdith ? "mx_AppTileFullWidth" : "mx_AppTile"} id={this.props.id}>
|
||||
<div className="mx_AppTileMenuBar">
|
||||
{this.props.name}
|
||||
<span className="mx_AppTileMenuBarWidgets">
|
||||
|
||||
Reference in New Issue
Block a user