Skip to content

Commit

Permalink
Move stepper buttons back to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
Negabinary committed Aug 22, 2024
1 parent c05ab52 commit ff63f38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/haz3lweb/app/editors/result/Stepper.re
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ module View = {
editor: a.editor,
step_id: Some(b.step.d_loc |> Exp.rep_id),
},
),
)
|> (x => [x])
|> Web.div_c("result"),
div(
~attrs=[Attr.classes(["stepper-justification"])],
[
Expand Down Expand Up @@ -378,7 +380,9 @@ module View = {
model.next_steps,
),
},
),
)
|> (x => [x])
|> Web.div_c("result"),
]
| PendingStep => [
div(~attrs=[Attr.class_("cell-item")], [text("...")]),
Expand Down
4 changes: 2 additions & 2 deletions src/haz3lweb/www/style/dynamics.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
fill: var(--BR1);
}

.next-step-line {
stroke: var(--G1);
.child-line.Exp.next-step-line {
stroke: var(--G2);
}

.taken-step-line {
Expand Down

0 comments on commit ff63f38

Please sign in to comment.