Skip to content

Commit f858197

Browse files
committed
search styling
1 parent e5ef99f commit f858197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/viewer/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export const App = observer(({store}: { store: AppStateStore }) => {
484484
<input
485485
type="text"
486486
placeholder="Search frame..."
487-
style={{width: "100%"}}
487+
style={{width: "100%", marginLeft: "8px", border: "1px solid black"}}
488488
value={searchValue}
489489
onChange={e => store.search(e.target.value)}
490490
/>

0 commit comments

Comments
 (0)