Badge visual tweaks

This commit is contained in:
wmwragg 2016-07-21 17:54:33 +01:00
parent df163d8cb7
commit e988f5ca3b

View file

@ -94,16 +94,16 @@ limitations under the License.
.mx_RoomTile_badge { .mx_RoomTile_badge {
display: inline-block; display: inline-block;
min-width: 14px; min-width: 14px;
height: 18px; height: 17px;
position: relative; position: relative;
left: 8px; left: 8px;
top: 2px; top: 2px;
border-radius: 18px; border-radius: 14px;
color: #fff; color: #fff;
font-weight: bold; font-weight: 600;
font-size: 11px; font-size: 11px;
text-align: center; text-align: center;
padding-top: 2px; padding-top: 1px;
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
} }