Center playerbar time values
This commit is contained in:
parent
2b6323c396
commit
13d6758500
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const SliderContainer = styled.div`
|
|||
const SliderValueWrapper = styled.div<{ position: 'left' | 'right' }>`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
align-self: flex-end;
|
||||
align-self: center;
|
||||
justify-content: center;
|
||||
max-width: 50px;
|
||||
|
||||
|
|
Reference in a new issue