Move group ui buttons to group settings

pull/5334/head
Luke Barnard 2017-10-18 13:47:59 +01:00
parent 7c399974ce
commit e5c128fcb8
2 changed files with 29 additions and 7 deletions

View File

@ -134,9 +134,7 @@ limitations under the License.
top: 5px;
}
.mx_GroupView_body {
display: flex;
flex-direction: column;
.mx_GroupView_body {
flex-grow: 1;
}
@ -181,7 +179,6 @@ limitations under the License.
}
.mx_GroupView_membershipSection {
margin-bottom: 11px;
color: $greyed-fg-color;
}
@ -203,6 +200,23 @@ limitations under the License.
margin-left: 8px;
}
.mx_GroupView_memberSettings_toggle label {
cursor: pointer;
user-select: none;
}
.mx_GroupView_memberSettings h3 {
text-transform: uppercase;
color: $h3-color;
font-weight: 600;
font-size: 13px;
margin-bottom: 10px;
}
.mx_GroupView_memberSettings input {
margin-right: 6px;
}
.mx_GroupView_featuredThings {
margin-top: 20px;
}
@ -260,7 +274,11 @@ limitations under the License.
display: none;
}
.mx_GroupView_editLongDesc {
width: 100%;
height: 150px;
.mx_GroupView_body .gm-scroll-view > *{
margin: 0px 50px 11px 68px;
}
.mx_GroupView_groupDesc textarea {
width: 50%;
height: 150px;
}

View File

@ -60,6 +60,10 @@ limitations under the License.
padding-right: 12px;
}
.mx_RoomHeader_textButton_danger {
background-color: $warning-color;
}
.mx_RoomHeader_cancelButton {
order: 2;
cursor: pointer;