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
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:
parent
de3bb2a274
commit
b5b495d478
5 changed files with 38 additions and 38 deletions
|
|
@ -60,7 +60,7 @@
|
|||
>
|
||||
px
|
||||
</button>
|
||||
<button
|
||||
<!-- <button
|
||||
type="button"
|
||||
:class="{ active: fontSize.unit === 'em' }"
|
||||
:disabled="inheritanceLocked"
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
@click="updateFontSizeUnit('rem')"
|
||||
>
|
||||
rem
|
||||
</button>
|
||||
</button> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue