Skip to content

Commit 4c98b3b

Browse files
committed
remove useless intermediate top-actions div
1 parent e94cdfc commit 4c98b3b

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/components/Folder.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ export default function Folder({ source }: FolderProps) {
8989

9090
return <Layout error={error} title={source.prefix}>
9191
<Breadcrumb source={source}>
92-
<div className='top-actions'>
93-
<input autoFocus className={cn(styles.search, customClass?.search)} placeholder='Search...' ref={searchRef} />
94-
</div>
92+
<input autoFocus className={cn(styles.search, customClass?.search)} placeholder='Search...' ref={searchRef} />
9593
</Breadcrumb>
9694

9795
{filtered === undefined ?

src/styles/app.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,3 @@ a:hover {
6565
color: #000;
6666
text-decoration: underline;
6767
}
68-
69-
.top-actions {
70-
left: auto;
71-
}

0 commit comments

Comments
 (0)