[ts][player] Fixes 1233, list item min width needs to be set for Firefox on Windows.

This commit is contained in:
badlogic 2018-12-22 11:54:10 +01:00
parent c774c45cb7
commit 2433a87792

View File

@ -121,6 +121,7 @@
display: flex;
flex-direction: row;
width: 6px;
min-width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;