mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-16 07:28:57 +02:00
Move thumbnail settings to the Image Modifiers panel, instead of the settings
This commit is contained in:
parent
3081a20bd0
commit
d6b996b28e
@ -522,6 +522,17 @@
|
|||||||
Expand Categories
|
Expand Categories
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="preview-image">Image Style:</label>
|
||||||
|
<select id="preview-image" name="preview-image" value="portrait">
|
||||||
|
<option value="portrait" selected="">Face</option>
|
||||||
|
<option value="landscape">Landscape</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<label for="modifier-card-size-slider">Thumbnail Size:</label>
|
||||||
|
<input id="modifier-card-size-slider" name="modifier-card-size-slider" value="0" type="range" min="-2" max="3">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="editor-modifiers-entries" class="collapsible-content"></div>
|
<div id="editor-modifiers-entries" class="collapsible-content"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -529,7 +540,7 @@
|
|||||||
<dialog id="modifier-settings-config">
|
<dialog id="modifier-settings-config">
|
||||||
<div id="modifier-settings-header" class="dialog-header">
|
<div id="modifier-settings-header" class="dialog-header">
|
||||||
<div id="modifier-settings-header-left" class="dialog-header-left">
|
<div id="modifier-settings-header-left" class="dialog-header-left">
|
||||||
<h4>Modifier Settings</h4>
|
<h4>Custom Modifiers</h4>
|
||||||
<span>Set your custom modifiers (one per line)</span>
|
<span>Set your custom modifiers (one per line)</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="modifier-settings-header-right">
|
<div id="modifier-settings-header-right">
|
||||||
@ -543,16 +554,6 @@
|
|||||||
phrases in a single line, to make a single modifier that combines all of those.
|
phrases in a single line, to make a single modifier that combines all of those.
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
<div id="editor-modifiers-entries-toolbar">
|
|
||||||
<label for="preview-image">Image Style:</label>
|
|
||||||
<select id="preview-image" name="preview-image" value="portrait">
|
|
||||||
<option value="portrait" selected="">Face</option>
|
|
||||||
<option value="landscape">Landscape</option>
|
|
||||||
</select>
|
|
||||||
|
|
||||||
<label for="modifier-card-size-slider">Thumbnail Size:</label>
|
|
||||||
<input id="modifier-card-size-slider" name="modifier-card-size-slider" value="0" type="range" min="-2" max="3">
|
|
||||||
</div>
|
|
||||||
</dialog>
|
</dialog>
|
||||||
|
|
||||||
<div id="image-editor" class="popup image-editor-popup">
|
<div id="image-editor" class="popup image-editor-popup">
|
||||||
|
Loading…
Reference in New Issue
Block a user