mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Re-add top border stroke in space create menu
This commit is contained in:
parent
a5606c72de
commit
f69b4549dd
1 changed files with 6 additions and 3 deletions
|
@ -43,6 +43,12 @@ $spacePanelWidth: 71px;
|
|||
color: $secondary-fg-color;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mx_SpaceFeedbackPrompt {
|
||||
border-top: 1px solid $input-border-color;
|
||||
padding-top: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
// XXX remove this when spaces leaves Beta
|
||||
|
@ -101,9 +107,6 @@ $spacePanelWidth: 71px;
|
|||
}
|
||||
|
||||
.mx_SpaceFeedbackPrompt {
|
||||
margin-top: 18px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
font-size: $font-15px;
|
||||
line-height: $font-24px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue