This commit is contained in:
Jackson Harper
2022-10-07 17:14:11 +08:00
parent 35a8184790
commit 501edbcde3

View File

@ -93,7 +93,7 @@ function BarContent(props: HighlightBarProps): JSX.Element {
css={{
height: '100%',
alignItems: 'center',
width: props.displayNearCursor ? 'auto' '100%',
width: props.displayNearCursor ? 'auto' : '100%',
}}
>
{props.isNewHighlight ? (