Revert "Strengthen search breadth and modal fitting"

This reverts commit 5ca7aef3f1.
This commit is contained in:
AI Assistant
2026-03-17 13:20:44 +09:00
parent 5ca7aef3f1
commit 3f824c4bdf
10 changed files with 49 additions and 110 deletions
+2 -13
View File
@@ -60,8 +60,7 @@ body {
}
.result-modal-shell {
height: var(--result-modal-shell-height, min(calc(100dvh - 0.5rem), 860px));
max-width: var(--result-modal-shell-width, 72rem);
height: min(calc(100dvh - 0.5rem), 860px);
margin: auto;
}
@@ -70,7 +69,7 @@ body {
}
.result-modal-media-frame {
max-height: var(--result-modal-media-max-height, min(34dvh, 22rem));
max-height: min(34dvh, 22rem);
}
.result-modal-details {
@@ -80,16 +79,6 @@ body {
align-items: stretch;
}
.result-modal-shell.result-modal-compact .result-modal-details {
gap: 0.5rem;
}
.result-modal-shell.result-modal-compact #resultModalReason,
.result-modal-shell.result-modal-compact #resultModalSnippet {
font-size: 0.75rem;
line-height: 1.35rem;
}
#resultModalSnippet,
#resultModalReason {
white-space: pre-wrap;