You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
Remove spaces beta feedback prompts except a couple more strategic ones
This commit is contained in:
@@ -61,6 +61,7 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton_kind_link {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.mx_SearchBox {
|
||||
|
@@ -342,12 +342,17 @@ $SpaceRoomViewInnerWidth: 428px;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.mx_SpaceFeedbackPrompt {
|
||||
margin-bottom: 16px;
|
||||
.mx_SpaceFeedbackPrompt_topRight {
|
||||
padding: 7px; // 8px - 1px border
|
||||
border: 1px solid $menu-border-color;
|
||||
border-radius: 8px;
|
||||
color: $secondary-fg-color;
|
||||
font-size: $font-15px;
|
||||
line-height: $font-24px;
|
||||
float: right;
|
||||
|
||||
// hide the HR as we have our own
|
||||
& + hr {
|
||||
display: none;
|
||||
& + .mx_BaseAvatar {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user