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

Commit

Permalink
Make invite dialogue fixed height (#8945)
Browse files Browse the repository at this point in the history
  • Loading branch information
weeman1337 committed Jun 30, 2022
1 parent d8b6011 commit 383bc50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions res/css/views/dialogs/_InviteDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,15 @@ limitations under the License.
// Prevent the dialog from jumping around randomly when elements change.
display: flex;
flex-direction: column;
max-height: 600px;
height: 600px;
overflow: hidden;

.mx_InviteDialog_addressBar {
margin-inline-end: 0;
}

.mx_InviteDialog_userSections {
flex-grow: 1;
padding-inline-end: 0;

.mx_InviteDialog_section {
Expand All @@ -209,7 +210,7 @@ limitations under the License.
.mx_InviteDialog_content {
display: flex;
flex-direction: column;
flex-shrink: 1;
flex-grow: 1;
overflow: hidden;
}

Expand Down

0 comments on commit 383bc50

Please sign in to comment.