@@ -312,7 +312,7 @@
}
.playRecordTime {
- width: 90px;
+ min-width: 90px;
margin-right: 10px;
background: rgba(0, 0, 0, 0.4);
border-radius: 20px;
@@ -322,7 +322,8 @@
align-items: center;
justify-content: center;
color: #fff;
-
+ flex-wrap: nowrap;
+ white-space: nowrap;
.timeLoad {
width: 5px;
height: 5px;
@@ -331,6 +332,7 @@
border-radius: 50%;
margin-right: 3px;
animation: loadFade 1s ease-in-out infinite;
+ flex-shrink: 0;