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

Commit

Permalink
Remove padding of InviteDialog
Browse files Browse the repository at this point in the history
Closes element-hq/element-web#20631

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Mar 17, 2022
1 parent 176e49e commit 137cea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,12 @@ limitations under the License.
.mx_InviteDialog_other {
// Prevent the dialog from jumping around randomly when elements change.
height: 600px;
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 {
height: calc(100% - 115px); // mx_InviteDialog's height minus some for the upper and lower elements
padding-right: 0;
Expand Down

0 comments on commit 137cea3

Please sign in to comment.