Fix the header of Space landing page (#8048)
This commit is contained in:
parent
ed6a371616
commit
64e9cdd619
3 changed files with 27 additions and 18 deletions
|
@ -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;
|
||||
|
@ -112,14 +113,13 @@ $spacePanelWidth: 68px;
|
|||
position: relative;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
margin-right: auto;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.mx_AccessibleButton_kind_link {
|
||||
color: $accent;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
margin-left: 8px;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue