Make UserOnlineDot more generic

This commit is contained in:
Michael Telatynski 2019-12-26 18:10:52 +00:00
parent db069b9602
commit 22fe0add3c
5 changed files with 30 additions and 14 deletions

View file

@ -62,14 +62,6 @@ limitations under the License.
min-width: 0;
}
.mx_RoomTile_online_dot {
border-radius: 50%;
background-color: $accent-color;
height: 5px;
width: 5px;
display: inline-block;
}
.mx_RoomTile_subtext {
display: inline-block;
font-size: 11px;