Skip to content

Commit

Permalink
UI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Jun 20, 2023
1 parent ccec9c7 commit 38648d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ tr {
position: absolute;
right: 10px;
top: 5px;
font-size: 30px;
font-size: 20px;
}
.advanced-section {
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
ctx.rect(x0, y0, (x1 - x0), (y1 - y0))
}
ctx.fillStyle = "#444"
ctx.fillStyle = "#888"
ctx.fill();
},
xPositionToValue(xPosition) {
Expand Down Expand Up @@ -267,7 +267,7 @@ export default {
class="draggable"
name="updateMin"
ref="minHandle"
stroke="#f00"
stroke="#000"
stroke-width="4"
x1="5" x2="5"
y1="0" y2="30"
Expand All @@ -281,7 +281,7 @@ export default {
class="draggable"
name="updateMax"
ref="maxHandle"
stroke="#f00"
stroke="#000"
stroke-width="4"
x1="5" x2="5"
y1="0" y2="30"
Expand Down

0 comments on commit 38648d0

Please sign in to comment.