Some quick initial tweaks to the badge icon

This commit is contained in:
wmwragg 2016-07-17 21:18:47 +01:00
parent a039450d10
commit 953bb64e0b
1 changed files with 5 additions and 4 deletions

View File

@ -64,18 +64,19 @@ limitations under the License.
} }
.mx_RoomTile_badge { .mx_RoomTile_badge {
min-width: 12px; min-width: 15px;
height: 16px; height: 18px;
position: absolute; position: absolute;
right: 16px; right: 16px;
top: 50%; top: 50%;
margin-top: -8px; margin-top: -8px;
border-radius: 16px; border-radius: 18px;
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 11px;
text-align: center; text-align: center;
padding: 0px 4px 0px 4px; padding: 2px 6px 0px 5px;
z-index: 200;
} }
.mx_RoomTile_unreadNotify .mx_RoomTile_badge { .mx_RoomTile_unreadNotify .mx_RoomTile_badge {