diff --git a/src/TimelineControls.jsx b/src/TimelineControls.jsx index 832e2ac9..adf4c798 100644 --- a/src/TimelineControls.jsx +++ b/src/TimelineControls.jsx @@ -56,7 +56,7 @@ const TimelineControls = memo(({ const isCutTimeManualSet = () => cutTimeManual !== undefined; const cutTimeInputStyle = { - background: 'white', borderRadius: 5, color: 'rgba(0, 0, 0, 0.7)', fontSize: 13, textAlign: 'center', padding: '3px 5px', marginTop: 0, marginBottom: 0, marginLeft: isStart ? 3 : 5, marginRight: isStart ? 5 : 3, border: 'none', boxSizing: 'border-box', fontFamily: 'inherit', width: 90, + background: 'white', borderRadius: 5, color: 'rgba(0, 0, 0, 0.7)', fontSize: 13, textAlign: 'center', padding: '1px 5px', marginTop: 0, marginBottom: 0, marginLeft: isStart ? 3 : 5, marginRight: isStart ? 5 : 3, border: 'none', boxSizing: 'border-box', fontFamily: 'inherit', width: 90, outline: 'none', }; diff --git a/src/TopMenu.jsx b/src/TopMenu.jsx index 6e06c43a..773b1368 100644 --- a/src/TopMenu.jsx +++ b/src/TopMenu.jsx @@ -48,7 +48,7 @@ const TopMenu = memo(({ {filePath && ( -
{renderOutFmt({ height: 20 })}
+ {renderOutFmt({ height: 20, maxWidth: 100 })}