mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 19:31:12 +01:00
Try new layout and a bunch of editor fixes
This commit is contained in:
@@ -34,6 +34,7 @@ export function HStack({ className, space, children, ...props }: HStackProps) {
|
||||
{i > 0 ? (
|
||||
<div
|
||||
className={classnames(spaceClassesX[space], 'pointer-events-none')}
|
||||
data-spacer=""
|
||||
aria-hidden
|
||||
/>
|
||||
) : null}
|
||||
@@ -61,6 +62,7 @@ export function VStack({ className, space, children, ...props }: VStackProps) {
|
||||
{i > 0 ? (
|
||||
<div
|
||||
className={classnames(spaceClassesY[space], 'pointer-events-none')}
|
||||
data-spacer=""
|
||||
aria-hidden
|
||||
/>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user