add cmd+scroll zooming to template builder

This commit is contained in:
Alex Turchyn
2026-06-02 19:34:18 +03:00
committed by Pete Matsyburka
parent 344a3ce198
commit dd6516fd11
4 changed files with 89 additions and 13 deletions
+2 -1
View File
@@ -197,7 +197,8 @@
v-else-if="!isCheckboxInput"
width="100%"
height="100%"
class="max-h-10 opacity-50"
class="opacity-50"
:style="{ maxHeight: isInlineSize ? '5cqmin' : '40px' }"
/>
</span>
</div>