저도 Horizon과 함께 꽤 만족스럽게 사용하고 있습니다.
다만, Kanban 보드를 더 넓게 보기 위해 Horizon은 중앙 부분이 가로로 다소 좁아서 약간의 조정이 필요했던 것으로 기억합니다. 제가 사용한 CSS는 다음과 같습니다:
// Allows Kanban view to take up whole width of main container and controls the column width
@media (min-width: 40rem) {
body.kanban-active:not(.has-full-page-chat,.wizard) #main-outlet-wrapper #main-outlet>*:not(.experimental-screen,.activate-account) {
max-width: none;
}
}
.discourse-kanban-container .discourse-kanban-list {
width: 350px;
}