mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Center playerbar time values
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user