tweak badges

This commit is contained in:
Bruno Windels 2018-10-22 18:16:36 +02:00
parent 7d0b8083b6
commit 91a2ee1779
3 changed files with 13 additions and 22 deletions

View file

@ -75,6 +75,11 @@ limitations under the License.
}
.mx_RoomTile_badge {
display: block;
position: absolute;
height: 15px;
right: 8px;
top: 2px;
min-width: 12px;
border-radius: 16px;
padding: 0px 4px 0px 4px;
@ -85,14 +90,6 @@ limitations under the License.
.mx_RoomTile_highlight .mx_RoomTile_badge:after {
display: none;
}
.mx_RoomTile_badge {
display: block;
position: absolute;
height: 15px;
right: 5px;
top: 2px;
}
}
/* This is the bottom of the speech bubble */
@ -113,7 +110,7 @@ limitations under the License.
border-radius: 8px;
color: $accent-fg-color;
font-weight: 600;
font-size: 10px;
font-size: 12px;
text-align: center;
padding-top: 1px;
padding-left: 4px;