mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 22:01:59 -05:00
Add font size control
This commit is contained in:

committed by
Josh birnholz

parent
32d4fa0769
commit
b351f0ba05
@@ -208,6 +208,8 @@
|
||||
<textarea id='text-editor' class='input margin-bottom' oninput='textEdited();'></textarea>
|
||||
<h5 class='margin-bottom padding input-description'>Edit the placement and size of the selected textbox</h5>
|
||||
<button class='input' onclick='textboxEditor();'>Edit Bounds</button>
|
||||
<h5 class='margin-bottom padding input-description'>Adjust font size</h5>
|
||||
<input id="text-editor-font-size" class="input" type="number" placeholder="0" value="0" step="1" oninput="fontSizedEdited();">
|
||||
</div>
|
||||
<div class='readable-background padding margin-bottom'>
|
||||
<h5 class='collapsible collapsed padding input-description' onclick='toggleCollapse(event);'>
|
||||
|
Reference in New Issue
Block a user