mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 21:35:43 -04:00
autoformat
This commit is contained in:
@@ -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']
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user