From 43f71f536749b696fb6914bb540c30f3253b9646 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 14 Mar 2022 04:18:07 +0000 Subject: [PATCH] Copied the comment for future reference See: https://github.com/matrix-org/matrix-react-sdk/blob/14807de5520d735c23e88bc484fb545ff3ab2fc3/src/components/views/spaces/SpaceCreateMenu.tsx#L105 Signed-off-by: Suguru Hirahara --- res/css/structures/_SpaceRoomView.scss | 2 ++ res/css/views/spaces/_SpaceCreateMenu.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/res/css/structures/_SpaceRoomView.scss b/res/css/structures/_SpaceRoomView.scss index 42fe00da181..b0166fa152f 100644 --- a/res/css/structures/_SpaceRoomView.scss +++ b/res/css/structures/_SpaceRoomView.scss @@ -152,6 +152,7 @@ $SpaceRoomViewInnerWidth: 428px; right: 24px; top: 32px; } + // XXX remove this when spaces leaves Beta .mx_SpaceRoomView_preview_spaceBetaPrompt { font-weight: $font-semi-bold; @@ -266,6 +267,7 @@ $SpaceRoomViewInnerWidth: 428px; } } + // XXX: Temporary for the Spaces release only .mx_SpaceFeedbackPrompt { padding: 7px; // 8px - 1px border border: 1px solid rgba($primary-content, .1); diff --git a/res/css/views/spaces/_SpaceCreateMenu.scss b/res/css/views/spaces/_SpaceCreateMenu.scss index 0f39c2db54c..9b5954aecfe 100644 --- a/res/css/views/spaces/_SpaceCreateMenu.scss +++ b/res/css/views/spaces/_SpaceCreateMenu.scss @@ -43,6 +43,7 @@ $spacePanelWidth: 68px; color: $secondary-content; } + // XXX: Temporary for the Spaces release only .mx_SpaceFeedbackPrompt { border-top: 1px solid $input-border-color; padding-top: 12px;