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 e5ef99f commit f858197Copy full SHA for f858197
src/viewer/App.tsx
@@ -484,7 +484,7 @@ export const App = observer(({store}: { store: AppStateStore }) => {
484
<input
485
type="text"
486
placeholder="Search frame..."
487
- style={{width: "100%"}}
+ style={{width: "100%", marginLeft: "8px", border: "1px solid black"}}
488
value={searchValue}
489
onChange={e => store.search(e.target.value)}
490
/>
0 commit comments