Merge pull request #5885 from SimonBrandner/dumb-change

A tiny change to make the Add existing rooms dialog a little nicer
pull/21833/head
Michael Telatynski 2021-04-20 08:53:33 +01:00 committed by GitHub
commit 542890f5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -101,7 +101,8 @@ limitations under the License.
}
.mx_SearchBox {
margin: 0;
// To match the space around the title
margin: 0 0 15px 0;
flex-grow: 0;
}
@ -123,7 +124,9 @@ limitations under the License.
}
.mx_AddExistingToSpaceDialog_section {
margin-top: 24px;
&:not(:first-child) {
margin-top: 24px;
}
> h3 {
margin: 0;