|
@@ -354,7 +354,6 @@ const handleMousedownPlayBar = () => {
|
|
|
0px 3px 16px 0px rgba(0, 0, 0, 0.08),
|
|
|
inset 0px -6px 6px 0px rgba(0, 0, 0, 0.08);
|
|
|
border-radius: 112px;
|
|
|
- outline: 2px solid rgba(0, 0, 0, 0.03);
|
|
|
padding: 16px 24px;
|
|
|
width: 706px;
|
|
|
display: flex;
|
|
@@ -412,12 +411,12 @@ const handleMousedownPlayBar = () => {
|
|
|
margin-top: 12px;
|
|
|
.bar {
|
|
|
position: relative;
|
|
|
- height: 10px;
|
|
|
+ height: 14px;
|
|
|
width: 100%;
|
|
|
background: #dcdcdc;
|
|
|
box-shadow: inset 0px 2px 3px 0px #a9a9a9;
|
|
|
border-radius: 5px;
|
|
|
- outline: 2px solid rgba(255, 255, 255, 0.5);
|
|
|
+ border: 2px solid rgba(255, 255, 255, 0.5);
|
|
|
.loaded {
|
|
|
position: absolute;
|
|
|
left: 0;
|