Skip to content

Commit

Permalink
collapse Take Snapshot button and TabBar to single row
Browse files Browse the repository at this point in the history
Summary:
Problem: The take store snapshot and copy content buttons are in its own row, but take too much vertical space that could be used to show more record information.

Proposal: move them to the same row as te rest of the tab bars.

Reviewed By: tyao1

Differential Revision: D59659890

fbshipit-source-id: 147e3e13e99fc37a0ee2ec0b6caafe32be3c36a3
  • Loading branch information
Andre Quispesaravia authored and facebook-github-bot committed Jul 11, 2024
1 parent 5bf2361 commit 9fb309f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/devtools/views/StoreInspector/StoreInspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ export default function StoreInspector(props: {|
<ButtonIcon type="copy" />
</Button>
<div className={styles.Spacer} />
</div>
<div className={styles.TabBar}>
<div className={styles.Spacer} />
<TabBar
tabID={tab.id}
Expand Down

0 comments on commit 9fb309f

Please sign in to comment.