forked from GithubMirrors/cardconjurer
Add italic toggle button
This commit is contained in:
@@ -206,6 +206,7 @@
|
||||
<div class='readable-background padding margin-bottom'>
|
||||
<h5 class='margin-bottom padding input-description'>Enter card text</h5>
|
||||
<textarea id='text-editor' class='input margin-bottom' oninput='textEdited();'></textarea>
|
||||
<button class='input' onclick="toggleTextTag('i');">Italic</button>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user