1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Remove feedback buttons from onboarding, search, and spaces (#10506)

This commit is contained in:
Michael Telatynski
2023-04-05 12:17:25 +01:00
committed by GitHub
parent df89d2ce28
commit 09eefe14ea
15 changed files with 4 additions and 305 deletions

View File

@ -96,10 +96,6 @@ $SpaceRoomViewInnerWidth: 428px;
}
}
&:not(.mx_SpaceRoomView_landing) .mx_SpaceFeedbackPrompt {
width: $SpaceRoomViewInnerWidth;
}
.mx_SpaceRoomView_buttons {
display: block;
margin-top: 44px;
@ -153,16 +149,6 @@ $SpaceRoomViewInnerWidth: 428px;
border-radius: 12px;
}
}
/* XXX: Temporary for the Spaces release only */
.mx_SpaceFeedbackPrompt {
padding: 7px; /* 8px - 1px border */
border: 1px solid rgba($primary-content, 0.1);
border-radius: 8px;
width: max-content;
height: fit-content;
margin-left: 24px;
}
}
.mx_SpaceRoomView_landing_name {