Skip to content

Commit

Permalink
Autoformat some classnames' order
Browse files Browse the repository at this point in the history
  • Loading branch information
iLynxcat committed Oct 31, 2024
1 parent 347dd0e commit 28f82bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/app/$libraryId/Explorer/FilePath/Original.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28f82bc

Please sign in to comment.