mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
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' }>`
|
const SliderValueWrapper = styled.div<{ position: 'left' | 'right' }>`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
align-self: flex-end;
|
align-self: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue