mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
Adjusts margin to prevent overlapping elements
Naïve solution to prevent the "Click to select which tracks to keep when exporting" text from overlapping with the button to close the tracks selection menu.
This commit is contained in:
parent
84e3f3706b
commit
b944c0768e
@ -333,7 +333,7 @@ const StreamsSelector = memo(({
|
||||
|
||||
return (
|
||||
<>
|
||||
<p style={{ margin: '.5em 1em' }}>{t('Click to select which tracks to keep when exporting:')}</p>
|
||||
<p style={{ margin: '.5em 2em .5em 1em' }}>{t('Click to select which tracks to keep when exporting:')}</p>
|
||||
|
||||
<div style={fileStyle}>
|
||||
{/* We only support editing main file metadata for now */}
|
||||
|
Loading…
Reference in New Issue
Block a user