Revert "Strengthen search breadth and modal fitting"
This reverts commit 5ca7aef3f1.
This commit is contained in:
+2
-13
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user