Merge pull request #5885 from SimonBrandner/dumb-change

A tiny change to make the Add existing rooms dialog a little nicer
This commit is contained in:
Michael Telatynski
2021-04-20 08:53:33 +01:00
committed by GitHub

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;