Skip to content

Commit

Permalink
chore(visual_guide): make push_in example slightly clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
aravinda0 committed May 2, 2024
1 parent a0046ae commit 52eeb27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/generate_visual_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def build_context_fragment(self):
lp2 = lhs.split(lp1, "x", ratio=0.33)
lp3 = lhs.split(lp2, "y")
lp4 = lhs.split(lp3.parent, "x")
_ = lhs.split(lp4, "y")
_ = lhs.split(lp4, "y", ratio=0.3)
lhs.focus(lp3)

rhs1 = lhs.clone()
Expand Down
8 changes: 4 additions & 4 deletions static/visual_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ <h2 class="title">Push In</h2>
<li>


<div class="node-p " style="width:101px; height:100px;">
<div class="node-p " style="width:101px; height:60px;">
D
</div>

Expand All @@ -1744,7 +1744,7 @@ <h2 class="title">Push In</h2>
<li>


<div class="node-p " style="width:101px; height:100px;">
<div class="node-p " style="width:101px; height:140px;">
E
</div>

Expand Down Expand Up @@ -1936,7 +1936,7 @@ <h2 class="title">Push In</h2>
<li>


<div class="node-p " style="width:101px; height:100px;">
<div class="node-p " style="width:101px; height:60px;">
D
</div>

Expand All @@ -1946,7 +1946,7 @@ <h2 class="title">Push In</h2>
<li>


<div class="node-p " style="width:101px; height:100px;">
<div class="node-p " style="width:101px; height:140px;">
E
</div>

Expand Down

0 comments on commit 52eeb27

Please sign in to comment.