autoformat

This commit is contained in:
Vítor Vasconcellos
2024-10-19 08:35:53 -03:00
parent 9795014099
commit b29d165fed
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ const TEXT_RENDERER: OriginalRenderer = (props) => (
onLoad={props.onLoad}
onError={props.onError}
className={clsx(
'textviewer-scroll size-full overflow-y-auto whitespace-pre-wrap break-words px-4 font-mono',
'textviewer-scroll font-mono size-full overflow-y-auto whitespace-pre-wrap break-words px-4',
!props.mediaControls ? 'overflow-hidden' : 'overflow-auto',
props.className,
props.frame && [props.frameClassName, '!bg-none p-2']

View File

@@ -71,7 +71,7 @@ export const AddLocationButton = ({
{...props}
>
{path ? (
<div className="flex size-full flex-row items-end whitespace-nowrap font-mono text-sm">
<div className="font-mono flex size-full flex-row items-end whitespace-nowrap text-sm">
<FolderSimplePlus size={22} className="shrink-0" />
<div className="ml-1 overflow-hidden">
<motion.span