mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
update layout
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ input[type="file"] {
|
||||
color: #fff;
|
||||
font-size: .9em;
|
||||
font-weight: bold;
|
||||
margin: 10px 0;
|
||||
margin: 10px 0 0 0;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
|
||||
+5
-2
@@ -51,8 +51,11 @@
|
||||
<input type="number" min="0" id="text-input-width" class="size-input" value="128" /> x
|
||||
<input type="number" min="0" id="text-input-height" class="size-input" value="64" /> px
|
||||
</div>
|
||||
<button onclick="handleTextInput('horizontal')">Read as horizontal</button>
|
||||
<button onclick="handleTextInput('vertical')">Read as vertical</button>
|
||||
<div>
|
||||
<button onclick="handleTextInput('horizontal')">Read as horizontal</button>
|
||||
<button onclick="handleTextInput('vertical')">Read as vertical</button>
|
||||
</div>
|
||||
<div class="note">Read images appear at step 3 below</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user