This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -273,23 +273,24 @@ limitations under the License.
273
273
.mx_InviteDialog_other {
274
274
// Prevent the dialog from jumping around randomly when elements change.
275
275
height : 600px ;
276
- padding-left : 20px ; // the design wants some padding on the left
277
276
278
277
.mx_InviteDialog_addressBar {
279
278
margin-right : 0 ;
280
279
}
281
280
282
- .mx_InviteDialog_content {
283
- padding-right : 20px ; // same padding on the right
281
+ .mx_InviteDialog_userSections {
282
+ height : calc (100% - 115px ); // mx_InviteDialog's height minus some for the upper and lower elements
283
+ padding-right : 0 ;
284
284
285
- .mx_InviteDialog_userSections {
286
- height : calc (100% - 115px ); // mx_InviteDialog's height minus some for the upper and lower elements
287
- padding-right : 0 ;
285
+ .mx_InviteDialog_section {
286
+ padding-bottom : 0 ;
287
+ margin-top : 12px ;
288
+ }
289
+ }
288
290
289
- .mx_InviteDialog_section {
290
- padding-bottom : 0 ;
291
- margin-top : 12px ;
292
- }
291
+ .mx_InviteDialog_hasFooter {
292
+ .mx_InviteDialog_userSections {
293
+ height : calc (100% - 175px ); // For displaying an invite link on the footer of the dialog
293
294
}
294
295
}
295
296
}
You can’t perform that action at this time.
0 commit comments