Made the collapsed badge smaller than the uncollapsed one, basically the same size as it was originally
This commit is contained in:
parent
953bb64e0b
commit
3f7bd48c0a
|
@ -61,6 +61,11 @@ limitations under the License.
|
||||||
.collapsed .mx_RoomTile_badge {
|
.collapsed .mx_RoomTile_badge {
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
right: 7px;
|
right: 7px;
|
||||||
|
min-width: 12px;
|
||||||
|
height: 16px;
|
||||||
|
border-radius: 16px;
|
||||||
|
padding: 0px 4px 0px 4px;
|
||||||
|
z-index: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_badge {
|
.mx_RoomTile_badge {
|
||||||
|
@ -76,7 +81,6 @@ limitations under the License.
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2px 6px 0px 5px;
|
padding: 2px 6px 0px 5px;
|
||||||
z-index: 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
|
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
|
||||||
|
|
Loading…
Reference in New Issue