Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
move room/group panel header buttons into room/group header
Browse files Browse the repository at this point in the history
  • Loading branch information
bwindels committed Oct 30, 2018
1 parent 4972b1b commit e80a1c5
Show file tree
Hide file tree
Showing 8 changed files with 377 additions and 240 deletions.
1 change: 0 additions & 1 deletion res/css/views/rooms/_RoomHeader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ limitations under the License.
border-bottom: 1px solid $primary-hairline-color;
}


/* add 20px to the height of the header when editing */
.mx_RoomHeader_editing {
flex: 0 0 93px ! important;
Expand Down
2 changes: 2 additions & 0 deletions src/components/structures/GroupView.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import dis from '../../dispatcher';
import { sanitizedHtmlNode } from '../../HtmlUtils';
import { _t, _td } from '../../languageHandler';
import AccessibleButton from '../views/elements/AccessibleButton';
import GroupHeaderButtons from '../views/right_panel/GroupHeaderButtons';
import Modal from '../../Modal';
import classnames from 'classnames';

Expand Down Expand Up @@ -1305,6 +1306,7 @@ export default React.createClass({
<div className="mx_GroupView_header_rightCol">
{ rightButtons }
</div>
<GroupHeaderButtons />
</div>
<GeminiScrollbarWrapper className="mx_GroupView_body">
{ this._getMembershipSection() }
Expand Down
Loading

0 comments on commit e80a1c5

Please sign in to comment.