Make margin and padding of mx_InviteDialog_other consistent (#8063)
This commit is contained in:
parent
26e6f8deca
commit
6ee54b6480
1 changed files with 16 additions and 2 deletions
|
@ -275,8 +275,22 @@ limitations under the License.
|
||||||
height: 600px;
|
height: 600px;
|
||||||
padding-left: 20px; // the design wants some padding on the left
|
padding-left: 20px; // the design wants some padding on the left
|
||||||
|
|
||||||
|
.mx_InviteDialog_addressBar {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_InviteDialog_content {
|
||||||
|
padding-right: 20px; // same padding on the right
|
||||||
|
|
||||||
.mx_InviteDialog_userSections {
|
.mx_InviteDialog_userSections {
|
||||||
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue