Add image search prototype UI
build-push / docker (push) Successful in 4m38s

This commit is contained in:
GHStaK
2026-03-24 11:40:54 +09:00
parent 279a042561
commit 89e25c560b
4 changed files with 209 additions and 4 deletions
+20
View File
@@ -26,6 +26,26 @@ body {
-webkit-line-clamp: 3;
}
.line-clamp-4 {
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 4;
}
.media-type-toggle {
min-width: 6rem;
}
.image-prompt-chip {
background: rgba(255, 255, 255, 0.03);
}
.image-prompt-chip:hover {
border-color: rgba(255, 255, 255, 0.28);
background: rgba(255, 255, 255, 0.08);
}
.dual-slider__thumb {
touch-action: none;
cursor: ew-resize;