Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 137cea3

Browse files
committed
Remove padding of InviteDialog
Closes element-hq/element-web#20631 Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 176e49e commit 137cea3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

res/css/views/dialogs/_InviteDialog.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,12 @@ limitations under the License.
273273
.mx_InviteDialog_other {
274274
// Prevent the dialog from jumping around randomly when elements change.
275275
height: 600px;
276-
padding-left: 20px; // the design wants some padding on the left
277276

278277
.mx_InviteDialog_addressBar {
279278
margin-right: 0;
280279
}
281280

282281
.mx_InviteDialog_content {
283-
padding-right: 20px; // same padding on the right
284-
285282
.mx_InviteDialog_userSections {
286283
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
287284
padding-right: 0;

0 commit comments

Comments
 (0)