mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
CSS for modified ChatcreateOrReuseDialog
This commit is contained in:
parent
e16e52915b
commit
188ea3a4b1
@ -20,8 +20,22 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_ChatCreateOrReuseDialog .mx_Dialog_content {
|
.mx_ChatCreateOrReuseDialog .mx_Dialog_content {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
|
||||||
|
/*
|
||||||
|
To stop spinner that mx_ChatCreateOrReuseDialog_profile replaces from causing a
|
||||||
|
height change
|
||||||
|
*/
|
||||||
|
min-height: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatCreateOrReuseDialog .mx_RoomTile_badge {
|
.mx_ChatCreateOrReuseDialog .mx_RoomTile_badge {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ChatCreateOrReuseDialog_profile {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_ChatCreateOrReuseDialog_profile_name {
|
||||||
|
padding: 14px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user