mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
fix <code> bug
This commit is contained in:
parent
ee29958d55
commit
8c729cd439
@ -203,12 +203,12 @@ const Settings = memo(({
|
||||
{keyframeCut ? (
|
||||
<>
|
||||
{t('Cut at the nearest keyframe (not accurate time.) Equiv to')}:<br />
|
||||
<code>ffmpeg -ss -i ...</code>
|
||||
<code className="highlighted">ffmpeg -ss -i ...</code>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
{t('Accurate time but could leave an empty portion at the beginning of the video. Equiv to')}:<br />
|
||||
<code>ffmpeg -i -ss ...</code>
|
||||
<code className="highlighted">ffmpeg -i -ss ...</code>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@ kbd {
|
||||
box-shadow: inset 0 -1px 0 var(--gray8);
|
||||
}
|
||||
|
||||
code {
|
||||
code.highlighted {
|
||||
background-color: var(--gray4);
|
||||
border-radius: .2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user