sanitize avatar border radii

pull/697/head
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 {
border-radius: 20px;
border-radius: 40px;
vertical-align: top;
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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