Skip to content

Commit

Permalink
Add layout styles to controls
Browse files Browse the repository at this point in the history
fixes #61
  • Loading branch information
Uular committed Apr 23, 2024
1 parent 342e567 commit ed15e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/StreamLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
</div>

<div class="controls" style="top: {layout.height}px; left: 0; width: {layout.width}px;">
<div class="controls" style="top: {layout.height}px; left: 0; width: {layout.width}px; {theme.style}">
<div class="col">
<div style="height: 65px; width: 300px;">
<Heartrate />
Expand Down

0 comments on commit ed15e9b

Please sign in to comment.