Move membershipBusy spinner next to leave/join group button

pull/6480/head
Luke Barnard 2018-04-10 13:53:00 +01:00
parent df5ffb5a6d
commit b751c74374
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@ limitations under the License.
display: flex;
}
.mx_GroupView_membershipSubSection .mx_Spinner {
justify-content: flex-end;
}
.mx_GroupView_membershipSection_description {
/* To match textButton */
line-height: 34px;