disable: comment out em/rem unit options, keep only px and mm for print
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 20s

Margins: px + mm only. Font sizes: px only.
em/rem buttons are commented out, not deleted, for potential future use.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-24 14:16:54 +01:00
parent de3bb2a274
commit b5b495d478
5 changed files with 38 additions and 38 deletions

View file

@ -77,13 +77,13 @@
>
px
</button>
<button
<!-- <button
type="button"
:class="{ active: margins.top.unit === 'rem' }"
@click="updateMarginUnit('top', 'rem')"
>
rem
</button>
</button> -->
</div>
</div>
</div>
@ -118,13 +118,13 @@
>
px
</button>
<button
<!-- <button
type="button"
:class="{ active: margins.bottom.unit === 'rem' }"
@click="updateMarginUnit('bottom', 'rem')"
>
rem
</button>
</button> -->
</div>
</div>
</div>
@ -159,13 +159,13 @@
>
px
</button>
<button
<!-- <button
type="button"
:class="{ active: margins.left.unit === 'rem' }"
@click="updateMarginUnit('left', 'rem')"
>
rem
</button>
</button> -->
</div>
</div>
</div>
@ -200,13 +200,13 @@
>
px
</button>
<button
<!-- <button
type="button"
:class="{ active: margins.right.unit === 'rem' }"
@click="updateMarginUnit('right', 'rem')"
>
rem
</button>
</button> -->
</div>
</div>
</div>