From 9b1d4e6c334cfcd28a3446892b6a15d0618345f8 Mon Sep 17 00:00:00 2001 From: syfxlin Date: Wed, 31 Jan 2024 02:52:31 +0800 Subject: [PATCH] fix(style): Fix some styles --- src/components/widgets/artalk/styles.css.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/widgets/artalk/styles.css.ts b/src/components/widgets/artalk/styles.css.ts index 340535ac1..176dece9a 100644 --- a/src/components/widgets/artalk/styles.css.ts +++ b/src/components/widgets/artalk/styles.css.ts @@ -13,4 +13,10 @@ export const container = styled.css` --at-color-grey: ${theme.color.text.description}; --at-color-meta: ${theme.color.text.description}; } + + .atk-main-editor, + .atk-list { + max-width: ${theme.breakpoint.sm}; + margin: auto; + } `;