pull/21833/head
Michael Telatynski 2021-05-28 13:11:48 +01:00
parent 36e43270ca
commit caaef63077
1 changed files with 4 additions and 8 deletions

View File

@ -17,6 +17,9 @@ limitations under the License.
.mx_InviteDialog_addressBar {
display: flex;
flex-direction: row;
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
// for the user section gets weird.
margin: 8px 45px 0 0;
.mx_InviteDialog_editor {
flex: 1;
@ -127,7 +130,7 @@ limitations under the License.
display: flex;
justify-content: space-between;
border-radius: 4px;
border: solid 1px $light-fg-color;
border: solid 1px $light-fg-color;
padding: 8px;
> a {
@ -302,13 +305,6 @@ limitations under the License.
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
}
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
// for the user section gets weird.
.mx_InviteDialog_addressBar {
margin: 8px 45px 0 0;
}
.mx_InviteDialog_helpText {
margin: 0;
}