one big commit, sorry
changing looks of input & buttons changing background color of right panels moving invite button around change margins and paddings in memberlist
This commit is contained in:
parent
8a5c46ead0
commit
8c62dddb32
14 changed files with 141 additions and 178 deletions
|
@ -396,7 +396,7 @@ module.exports = React.createClass({
|
|||
let rightPanelButtons;
|
||||
if (this.props.collapsedRhs) {
|
||||
rightPanelButtons =
|
||||
<AccessibleButton className="mx_RoomHeader_button" onClick={this.onShowRhsClick} title={_t('Show panel')}>
|
||||
<AccessibleButton className="mx_RoomHeader_button mx_RoomHeader_showPanel" onClick={this.onShowRhsClick} title={_t('Show panel')}>
|
||||
<TintableSvg src="img/maximise.svg" width="10" height="16" />
|
||||
</AccessibleButton>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue