From 256da1f5e2b85e89ea5bf0a6f7e9fb88c6b1a671 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 21 May 2025 22:28:35 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/issues/14857 --- app/src/layout/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/layout/index.ts b/app/src/layout/index.ts index 35c2ab1a4..c3dabb176 100644 --- a/app/src/layout/index.ts +++ b/app/src/layout/index.ts @@ -40,9 +40,6 @@ export class Layout { } else { this.element.classList.add("fn__flex"); } - if (mergedOptions.type === "left") { - this.element.classList.add("fn__flex-shrink"); - } } addLayout(child: Layout, id?: string) {