|
|
@ -20,7 +20,7 @@ export const styles = (theme: Theme) => { |
|
|
|
height: '24px', |
|
|
|
height: '24px', |
|
|
|
position: 'absolute' as const, |
|
|
|
position: 'absolute' as const, |
|
|
|
borderRadius: '4px', |
|
|
|
borderRadius: '4px', |
|
|
|
top: 'calc(-24px - 3px)', |
|
|
|
top: 'calc(-24px - 2px)', |
|
|
|
left: 'calc(50% - 16px)', |
|
|
|
left: 'calc(50% - 16px)', |
|
|
|
opacity: 0, |
|
|
|
opacity: 0, |
|
|
|
transition: 'opacity .3s', |
|
|
|
transition: 'opacity .3s', |
|
|
@ -51,7 +51,7 @@ export const styles = (theme: Theme) => { |
|
|
|
|
|
|
|
|
|
|
|
toggleVerticalFilmstripContainer: { |
|
|
|
toggleVerticalFilmstripContainer: { |
|
|
|
transform: 'rotate(-90deg)', |
|
|
|
transform: 'rotate(-90deg)', |
|
|
|
left: 'calc(-24px - 3px - 4px)', |
|
|
|
left: 'calc(-24px - 2px - 4px)', |
|
|
|
top: 'calc(50% - 12px)' |
|
|
|
top: 'calc(50% - 12px)' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|