.hall-editor {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 116px); /* under nav+subnav */
	background: var(--bg);
}
