More spacing

This commit is contained in:
Zeno Kapitein
2025-12-11 19:33:38 +01:00
parent 5347917a47
commit aa86711d5a
@@ -174,7 +174,7 @@ export function SpaceLayout(props: SpaceLayoutProps) {
!withTopHeader || variants.generic.length > 1 ? (
<div
className={tcls(
'mt-4 sidebar-default:mt-2 mb-2 flex flex-col gap-2 px-5 empty:hidden',
'mt-5 sidebar-default:mt-2 mb-6 flex flex-col gap-2 px-5 empty:hidden',
variants.generic.length > 1 ? '' : 'max-lg:hidden'
)}
>