Skip to content

Commit

Permalink
search styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SerCeMan committed Jan 22, 2022
1 parent e5ef99f commit f858197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/App.tsx
Expand Up @@ -484,7 +484,7 @@ export const App = observer(({store}: { store: AppStateStore }) => {
<input
type="text"
placeholder="Search frame..."
style={{width: "100%"}}
style={{width: "100%", marginLeft: "8px", border: "1px solid black"}}
value={searchValue}
onChange={e => store.search(e.target.value)}
/>
Expand Down

0 comments on commit f858197

Please sign in to comment.