add left align (y axis)

This commit is contained in:
Stewart Allen 2025-10-26 19:17:03 -04:00
commit cff74ef04c
4 changed files with 33 additions and 0 deletions

View file

@ -213,6 +213,10 @@ details[open] summary::after {
transform: rotate(90deg);
}
.rot90 {
transform: rotate(90deg);
}
/* for bambu mgr dialog */
.video {
border: 1px solid #888;

View file

@ -304,6 +304,10 @@
<i class="fas fa-arrows-down-to-line"></i>
<div class="pop">choose a face to place<br>on the work surface</div>
</span>
<span id="context-lefty" xlk="rc_lafl">
<i class="fas fa-arrows-down-to-line rot90"></i>
<div class="pop">choose a face to align<br>to the y axis</div>
</span>
<span id="context-setfocus" xlk="rc_focs">
<i class="fas fa-eye"></i>
<div class="pop">choose focal point<br>camera orbit center</div>