We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94cdfc commit 4c98b3bCopy full SHA for 4c98b3b
src/components/Folder.tsx
@@ -89,9 +89,7 @@ export default function Folder({ source }: FolderProps) {
89
90
return <Layout error={error} title={source.prefix}>
91
<Breadcrumb source={source}>
92
- <div className='top-actions'>
93
- <input autoFocus className={cn(styles.search, customClass?.search)} placeholder='Search...' ref={searchRef} />
94
- </div>
+ <input autoFocus className={cn(styles.search, customClass?.search)} placeholder='Search...' ref={searchRef} />
95
</Breadcrumb>
96
97
{filtered === undefined ?
src/styles/app.css
@@ -65,7 +65,3 @@ a:hover {
65
color: #000;
66
text-decoration: underline;
67
}
68
-
69
-.top-actions {
70
- left: auto;
71
-}
0 commit comments