Also, there is an issue when the sidebar is closed there is a gap to the right

Obviously this gap is needed when the sidebar is visible but not when it’s hidden.
Presumably the fix is this
.fkb-panel-hidden .list-container .full-width {
gap: 0;
}
