forked from matrix/element-web
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ec12b8ee93
|
@ -149,8 +149,8 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomHeader_avatarPicker_remove {
|
.mx_RoomHeader_avatarPicker_remove {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: -11px;
|
||||||
left: 45px;
|
right: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_name:hover div:not(.mx_RoomHeader_editable) {
|
.mx_RoomHeader_name:hover div:not(.mx_RoomHeader_editable) {
|
||||||
|
@ -198,8 +198,12 @@ limitations under the License.
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomHeader_avatarPicker {
|
||||||
|
margin-top: 23px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_avatarPicker_edit {
|
.mx_RoomHeader_avatarPicker_edit {
|
||||||
position: absolute;
|
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue