Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Give y value to balls-background
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWerbel authored and AndrewLester committed Feb 14, 2020
1 parent c9c784f commit 6ccb0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</svg>
<button class="camera-refresh" id="camera1-refresh">Refresh camera</button>
<svg id="balls-indicator-left" width="5" height="37.5vw">
<rect class="balls-background" x="0" y="" width="5" height="37.5vw" />
<rect class="balls-background" x="0" y="0" width="5" height="37.5vw" />
<rect class="balls-bar" x="0" y="37.5vw" width="5"/>
</svg>
</div>
Expand All @@ -44,7 +44,7 @@
</svg>
<button class="camera-refresh" id="camera2-refresh">Refresh camera</button>
<svg id="balls-indicator-right" width="5" height="37.5vw">
<rect class="balls-background" x="0" y="" width="5" height="37.5vw"/>
<rect class="balls-background" x="0" y="0" width="5" height="37.5vw"/>
<rect class="balls-bar" x="0" y="37.5vw" width="5"/>
</svg>
</div>
Expand Down

0 comments on commit 6ccb0d4

Please sign in to comment.