Teaks to the CSS for the new ellipsis icon, and resizing the avatar back to 24px from 25px, as needs to be even number for the Text letter to align vertically
This commit is contained in:
parent
9798e14733
commit
804b17fbf1
3 changed files with 10 additions and 21 deletions
|
@ -23,7 +23,6 @@ limitations under the License.
|
|||
z-index: 1;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding-top: 1px;
|
||||
speak: none;
|
||||
pointer-events: none;
|
||||
font-weight: normal;
|
||||
|
|
|
@ -19,13 +19,13 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
display: block;
|
||||
height: 35px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_nameContainer {
|
||||
display: inline-block;
|
||||
width: 180px;
|
||||
height: 25px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_avatar {
|
||||
|
@ -34,8 +34,8 @@ limitations under the License.
|
|||
padding-bottom: 5px;
|
||||
padding-left: 16px;
|
||||
padding-right: 6px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -47,9 +47,9 @@ limitations under the License.
|
|||
border-radius: 40px;
|
||||
background-image: url("img/icons_ellipsis.svg");
|
||||
background-size: 25px;
|
||||
left: 16px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
left: 15px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
|
@ -61,8 +61,8 @@ limitations under the License.
|
|||
border-radius: 40px;
|
||||
background: #4A4A4A;
|
||||
top: 5px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
opacity: 0.6;
|
||||
z-index: 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue