/* The palette, inside a dialog window: the frame is the overlay's. */
.mf-finder {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	font-family: var(--mf-font-mono);
}

/* The query line is a components/Field; only its place in the column is ours. */
.mf-finder > .mf-field {
	flex: 0 0 auto;
	margin-bottom: var(--mf-space-2);
}
