CSS for modified ChatcreateOrReuseDialog

pull/4160/head
Luke Barnard 2017-06-01 18:23:04 +01:00
parent e16e52915b
commit 188ea3a4b1
1 changed files with 14 additions and 0 deletions

View File

@ -20,8 +20,22 @@ limitations under the License.
.mx_ChatCreateOrReuseDialog .mx_Dialog_content {
margin-bottom: 24px;
/*
To stop spinner that mx_ChatCreateOrReuseDialog_profile replaces from causing a
height change
*/
min-height: 100px;
}
.mx_ChatCreateOrReuseDialog .mx_RoomTile_badge {
display: none;
}
.mx_ChatCreateOrReuseDialog_profile {
display: flex;
}
.mx_ChatCreateOrReuseDialog_profile_name {
padding: 14px;
}