Skip to content

Commit

Permalink
Adjusted bottom margin of readout box
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Dec 20, 2024
1 parent b1cedf5 commit b4ac4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function ReadoutComponent(props: {
<div
style={{
position: "absolute",
bottom: 16,
bottom: 24,
left: 8,
background: "#fff",
padding: 8,
Expand Down

0 comments on commit b4ac4aa

Please sign in to comment.