place resize anchors

This commit is contained in:
2026-06-14 08:52:59 -04:00
parent 3d6a853be0
commit 791dd3b0c4
2 changed files with 28 additions and 31 deletions
+6 -12
View File
@@ -88,17 +88,6 @@
></div>
</div>
</div>
<!--<div id="password_errors">
<div class="password_error">Error 1</div>
<div class="password_error">Error 2</div>
</div>
<div id="password_warnings">
<div class="password_error">Error 1</div>
<div class="password_error">Error 2</div>
</div>-->
<button id="final_change_password_button">Change Password</button>
</div>
@@ -107,7 +96,12 @@
<img id="new_profile_image" alt="new-profile-image" />
<div id="darken_part"></div>
</div>
<div id="resize_photo_box"></div>
<div id="resize_photo_box">
<div id="top_left_resize" class="resize_anchor"></div>
<div id="top_right_resize" class="resize_anchor"></div>
<div id="bottom_left_resize" class="resize_anchor"></div>
<div id="bottom_right_resize" class="resize_anchor"></div>
</div>
<button id="confirm_change">Confirm Change</button>
</div>