Center playerbar time values

This commit is contained in:
jeffvli 2023-08-08 07:53:59 -07:00
parent 2b6323c396
commit 13d6758500

View file

@ -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;