Merge remote-tracking branch 'origin/develop' into develop

pull/5558/head
Weblate 2017-10-23 13:46:36 +00:00
commit ec12b8ee93
1 changed files with 7 additions and 3 deletions

View File

@ -149,8 +149,8 @@ limitations under the License.
.mx_RoomHeader_avatarPicker_remove {
position: absolute;
top: 10px;
left: 45px;
top: -11px;
right: -9px;
}
.mx_RoomHeader_name:hover div:not(.mx_RoomHeader_editable) {
@ -198,8 +198,12 @@ limitations under the License.
object-fit: cover;
}
.mx_RoomHeader_avatarPicker {
margin-top: 23px;
position: relative;
}
.mx_RoomHeader_avatarPicker_edit {
position: absolute;
margin-left: 16px;
margin-top: 4px;
}