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:
Will Miao
2026-02-03 09:40:55 +08:00
parent f5dbd6b8e8
commit f28c32f2b1
3 changed files with 60 additions and 60 deletions

View File

@@ -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);