implement latest skin
This commit is contained in:
parent
c0bd574997
commit
9b384e52b5
27 changed files with 172 additions and 71 deletions
|
@ -34,7 +34,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomTile_avatar img {
|
||||
border-radius: 16px;
|
||||
border-radius: 20px;
|
||||
background-color: #dbdbdb;
|
||||
}
|
||||
|
||||
|
@ -47,15 +47,14 @@ limitations under the License.
|
|||
|
||||
.mx_RoomTile_badge {
|
||||
float: right;
|
||||
background-color: #d8d8d8;
|
||||
color: #747474;
|
||||
background-color: #80cef4;
|
||||
color: #fff;
|
||||
border-radius: 10px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
width: 34px;
|
||||
height: 20px;
|
||||
vertical-align: top;
|
||||
line-height: 28px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue