From 9d564301f12a0cb3076c2ef53f426722bd68a1fa Mon Sep 17 00:00:00 2001 From: KMY Date: Thu, 28 Mar 2024 09:59:49 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=83=96=E3=83=83=E3=82=AF=E3=83=9E?= =?UTF-8?q?=E3=83=BC=E3=82=AF=E5=88=86=E9=A1=9E=E7=94=BB=E9=9D=A2=E3=80=81?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=82=AB=E3=83=AB=E3=82=BF=E3=82=A4=E3=83=A0?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=AE=E3=83=A1=E3=83=8B=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=AE=E3=83=87=E3=82=B6=E3=82=A4=E3=83=B3=E5=B4=A9?= =?UTF-8?q?=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bookmark_category_statuses/index.jsx | 22 ++++++++++--------- .../components/column_settings.jsx | 8 ++++--- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/app/javascript/mastodon/features/bookmark_category_statuses/index.jsx b/app/javascript/mastodon/features/bookmark_category_statuses/index.jsx index b441b5c2722ddd..733a6646c0c23c 100644 --- a/app/javascript/mastodon/features/bookmark_category_statuses/index.jsx +++ b/app/javascript/mastodon/features/bookmark_category_statuses/index.jsx @@ -156,16 +156,18 @@ class BookmarkCategoryStatuses extends ImmutablePureComponent { pinned={pinned} multiColumn={multiColumn} > -
- - - - - {editor} +
+
+ + + + + {editor} +
diff --git a/app/javascript/mastodon/features/community_timeline/components/column_settings.jsx b/app/javascript/mastodon/features/community_timeline/components/column_settings.jsx index 15381b589df2a0..73927b612d3089 100644 --- a/app/javascript/mastodon/features/community_timeline/components/column_settings.jsx +++ b/app/javascript/mastodon/features/community_timeline/components/column_settings.jsx @@ -21,9 +21,11 @@ class ColumnSettings extends PureComponent { return (
-
- } /> -
+
+
+ } /> +
+
); }