File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
ts/components/conversation Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ export const StyledH5AudioPlayer = styled(H5AudioPlayer)<{ dropShadow?: boolean
48
48
outline: none;
49
49
}
50
50
51
+ .rhap_current-time,
52
+ .rhap_current-left-time,
51
53
.rhap_total-time {
52
- display: none;
53
- }
54
-
55
- .rhap_current-time {
56
54
margin: 0 5px 0 4px;
57
55
flex-shrink: 0;
58
56
}
@@ -267,6 +265,7 @@ export const AudioPlayerWithEncryptedFile = (props: {
267
265
/>
268
266
</ StyledSpeedButton > ,
269
267
] }
268
+ customProgressBarSection = { [ RHAP_UI . CURRENT_LEFT_TIME , RHAP_UI . PROGRESS_BAR ] }
270
269
customIcons = { {
271
270
play : < SessionIcon iconType = "play" iconSize = "small" iconColor = { iconColor } /> ,
272
271
pause : < SessionIcon iconType = "pause" iconSize = "small" iconColor = { iconColor } /> ,
You can’t perform that action at this time.
0 commit comments