Condense .mx_RoomTile_avatar properties
Looks like the develop->experimental merge duplicated the definition. We'll take the best of both and make it work.
This commit is contained in:
parent
852d6df580
commit
93ea9d3617
1 changed files with 2 additions and 10 deletions
|
@ -62,11 +62,6 @@ limitations under the License.
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_avatar {
|
|
||||||
flex: 0;
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomTile_subtext {
|
.mx_RoomTile_subtext {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -84,11 +79,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_avatar {
|
.mx_RoomTile_avatar {
|
||||||
display: inline-block;
|
flex: 0;
|
||||||
padding-top: 5px;
|
padding: 4px;
|
||||||
padding-bottom: 5px;
|
|
||||||
padding-left: 16px;
|
|
||||||
padding-right: 6px;
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue