mirror of https://github.com/vector-im/riot-web
Position add app widget link
parent
fde6314e0f
commit
e93a1fac3d
|
@ -226,7 +226,10 @@ module.exports = React.createClass({
|
||||||
onClick={this.onClickAddWidget}
|
onClick={this.onClickAddWidget}
|
||||||
role="button"
|
role="button"
|
||||||
tabIndex="0"
|
tabIndex="0"
|
||||||
className="mx_AddWidget_button"
|
className={this.state.apps.length<2 ?
|
||||||
|
"mx_AddWidget_button mx_AddWidget_button_full_width" :
|
||||||
|
"mx_AddWidget_button"
|
||||||
|
}
|
||||||
title={_t('Add a widget')}>
|
title={_t('Add a widget')}>
|
||||||
[+] {_t('Add a widget')}
|
[+] {_t('Add a widget')}
|
||||||
</div>;
|
</div>;
|
||||||
|
|
Loading…
Reference in New Issue