mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat(lora-cycler): increase repeat input width for better usability
The width of the repeat input field in the LoRA cycler settings view has been increased from 40px to 50px. This change improves usability by providing more space for user input, making the control easier to interact with and reducing visual crowding.
This commit is contained in:
@@ -502,7 +502,7 @@ const onRepeatBlur = (event: Event) => {
|
||||
|
||||
/* Repeat Controls */
|
||||
.repeat-input {
|
||||
width: 40px;
|
||||
width: 50px;
|
||||
height: 32px;
|
||||
padding: 0 6px;
|
||||
background: rgba(26, 32, 44, 0.9);
|
||||
|
||||
Reference in New Issue
Block a user