Made the collapsed badge smaller than the uncollapsed one, basically the same size as it was originally

pull/1823/head
wmwragg 2016-07-18 14:27:14 +01:00
parent 953bb64e0b
commit 3f7bd48c0a
1 changed files with 5 additions and 1 deletions

View File

@ -61,6 +61,11 @@ limitations under the License.
.collapsed .mx_RoomTile_badge {
margin-top: -15px;
right: 7px;
min-width: 12px;
height: 16px;
border-radius: 16px;
padding: 0px 4px 0px 4px;
z-index: 200;
}
.mx_RoomTile_badge {
@ -76,7 +81,6 @@ limitations under the License.
font-size: 11px;
text-align: center;
padding: 2px 6px 0px 5px;
z-index: 200;
}
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {