mirror of
https://git.crafterpika.cc/crafterpika/SplatTool-public.git
synced 2026-08-17 10:42:15 +02:00
fix my stupidity part 2
This commit is contained in:
parent
867a1df9bf
commit
d40ad03bad
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@
|
|||
<div class="input-row">
|
||||
<div class="label-stack">
|
||||
<span class="input-label">Change Clothes:</span>
|
||||
<span class="input-note">Changes Clothes.</span>
|
||||
<span class="input-note">Changes Equipped Clothes.</span>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<select id="clothes-sets" class="dropdown" style="flex: 1;"></select>
|
||||
|
|
@ -149,7 +149,7 @@
|
|||
<div class="input-row">
|
||||
<div class="label-stack">
|
||||
<span class="input-label">Change Shoes:</span>
|
||||
<span class="input-note">Changes Shoes.</span>
|
||||
<span class="input-note">Changes Equipped Shoes.</span>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<select id="shoes-sets" class="dropdown" style="flex: 1;"></select>
|
||||
|
|
|
|||
Loading…
Reference in a new issue