llm generated image gen prompts

This commit is contained in:
munimunigamer
2025-12-25 21:13:19 -08:00
parent b7e52046bc
commit de11f6f7e2
8 changed files with 256 additions and 57 deletions
+14
View File
@@ -6787,3 +6787,17 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
font-size: 24px;
border-radius: 8px;
}
/* Textarea style for LLM instruction input */
.rpg-textarea {
width: 100%;
min-height: 80px;
padding: 10px;
border-radius: 4px;
border: 1px solid var(--rpg-border);
background: var(--SmartThemeBlurTintColor);
color: var(--SmartThemeBodyColor);
font-family: inherit;
resize: vertical;
box-sizing: border-box;
}