sanitize avatar border radii

This commit is contained in:
Matthew Hodgson 2016-01-20 15:26:48 +00:00
parent 4d3918109a
commit 6ecdb02e81
7 changed files with 1 additions and 23 deletions

View file

@ -28,6 +28,6 @@ limitations under the License.
} }
.mx_BaseAvatar_image { .mx_BaseAvatar_image {
border-radius: 20px; border-radius: 40px;
vertical-align: top; vertical-align: top;
} }

View file

@ -31,11 +31,6 @@ limitations under the License.
top: 0px; top: 0px;
} }
.mx_EventTile_avatar img {
border-radius: 20px;
border: 0px;
}
.mx_EventTile_continuation { .mx_EventTile_continuation {
margin-top: 8px ! important; margin-top: 8px ! important;
} }

View file

@ -32,10 +32,6 @@ limitations under the License.
clear: both; clear: both;
} }
.mx_MemberInfo_avatar img {
border-radius: 48px;
}
.mx_MemberInfo_profile { .mx_MemberInfo_profile {
margin-bottom: 16px; margin-bottom: 16px;
} }

View file

@ -224,10 +224,6 @@ limitations under the License.
vertical-align: middle; vertical-align: middle;
} }
.mx_RoomHeader_avatar .mx_RoomAvatar {
border-radius: 24px;
}
.mx_RoomHeader_avatarPicker_edit { .mx_RoomHeader_avatarPicker_edit {
position: absolute; position: absolute;
margin-left: 16px; margin-left: 16px;

View file

@ -150,10 +150,6 @@ limitations under the License.
color: #a2a2a2; color: #a2a2a2;
} }
.mx_RoomSettings .mx_RoomAvatar {
border-radius: 120px;
}
.mx_RoomSettings_buttons { .mx_RoomSettings_buttons {
text-align: right; text-align: right;
margin-bottom: 16px; margin-bottom: 16px;

View file

@ -33,10 +33,6 @@ limitations under the License.
vertical-align: middle; vertical-align: middle;
} }
.mx_RoomTile_avatar img {
border-radius: 20px;
}
.mx_RoomTile_name { .mx_RoomTile_name {
display: table-cell; display: table-cell;
width: 100%; width: 100%;

View file

@ -41,7 +41,6 @@ limitations under the License.
} }
.mx_TabCompleteBar_item img { .mx_TabCompleteBar_item img {
border-radius: 24px;
margin-right: 8px; margin-right: 8px;
vertical-align: middle; vertical-align: middle;
} }