Expand preview handling and search coverage
build-push / docker (push) Successful in 4m2s

This commit is contained in:
AI Assistant
2026-03-17 12:50:18 +09:00
parent 556d4d6c1b
commit 2fe1bd8ffe
5 changed files with 224 additions and 68 deletions
+5 -5
View File
@@ -60,7 +60,7 @@ body {
}
.result-modal-shell {
height: min(calc(100dvh - 1rem), 920px);
height: min(calc(100dvh - 0.5rem), 860px);
margin: auto;
}
@@ -69,7 +69,7 @@ body {
}
.result-modal-media-frame {
max-height: min(42dvh, 28rem);
max-height: min(34dvh, 22rem);
}
.result-modal-details {
@@ -110,16 +110,16 @@ body {
@media (max-height: 900px) {
.result-modal-media-frame {
max-height: min(34dvh, 22rem);
max-height: min(28dvh, 18rem);
}
}
@media (max-height: 720px) {
.result-modal-shell {
height: min(calc(100dvh - 0.5rem), 780px);
height: min(calc(100dvh - 0.25rem), 700px);
}
.result-modal-media-frame {
max-height: min(28dvh, 15rem);
max-height: min(22dvh, 11rem);
}
}