Double Click To resize Poplight

This commit is contained in:
MeowcaTheoRange 2022-09-10 00:12:11 -05:00
parent 0a29d7ad8c
commit d139af1dc1

View file

@ -46,7 +46,7 @@
</div> </div>
<div class="poplight"> <div class="poplight">
<button class="hide material-symbols-outlined" data-title="Toggle Poplight Size" onclick="checkHeight(this.parentElement)">unfold_less</button> <button class="hide material-symbols-outlined" data-title="Toggle Poplight Size" onclick="checkHeight(this.parentElement)">unfold_less</button>
<div class="drag material-symbols-outlined" data-title="Drag Poplight">open_with</div> <div class="drag material-symbols-outlined" data-title="Drag Poplight" ondblclick="checkHeight(this.parentElement)">open_with</div>
<button class="press material-symbols-outlined popped" onclick="this.classList.toggle('popped')"></button> <button class="press material-symbols-outlined popped" onclick="this.classList.toggle('popped')"></button>
</div> </div>
<div class="scrim-over-- scr-dialog--"> <div class="scrim-over-- scr-dialog--">