This commit is contained in:
rainbow napkin 2025-09-06 10:42:12 -04:00
parent 132fdabb29
commit 770bdc4794

View file

@ -476,7 +476,7 @@ class chatBox{
this.aspectLockIcon.style.display = "inline"; this.aspectLockIcon.style.display = "inline";
} }
L /** /**
* Re-sizes chat back to aspect ratio on window re-size when chat box is aspect locked * Re-sizes chat back to aspect ratio on window re-size when chat box is aspect locked
* Also prevents horizontal scroll-bars from chat/window resizing * Also prevents horizontal scroll-bars from chat/window resizing
* @param {Event} event - Event passed down from Event Handler * @param {Event} event - Event passed down from Event Handler
@ -497,7 +497,7 @@ L /**
this.handleAutoScroll(); this.handleAutoScroll();
} }
L /** /**
* Re-sizes chat box relative to media aspect ratio * Re-sizes chat box relative to media aspect ratio
*/ */
sizeToAspect(){ sizeToAspect(){