Image: Organize the UI

This commit is contained in:
oobabooga 2025-12-04 15:45:04 -08:00
parent a90739f498
commit ac31a7c008
2 changed files with 20 additions and 16 deletions

View file

@ -1791,3 +1791,9 @@ button#swap-height-width {
.dark #image-progress .image-ai-progress-text {
color: #888;
}
#llm-prompt-variations {
position: absolute;
top: 0;
left: calc(100% - 174px);
}