Make margin and padding of mx_InviteDialog_other consistent (#8063)

pull/21833/head
Suguru Hirahara 2022-03-16 12:15:02 +00:00 committed by GitHub
parent 26e6f8deca
commit 6ee54b6480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 2 deletions

View File

@ -275,8 +275,22 @@ limitations under the License.
height: 600px;
padding-left: 20px; // the design wants some padding on the left
.mx_InviteDialog_userSections {
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
.mx_InviteDialog_addressBar {
margin-right: 0;
}
.mx_InviteDialog_content {
padding-right: 20px; // same padding on the right
.mx_InviteDialog_userSections {
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
padding-right: 0;
.mx_InviteDialog_section {
padding-bottom: 0;
margin-top: 12px;
}
}
}
}