delint1
This commit is contained in:
parent
36e43270ca
commit
caaef63077
1 changed files with 4 additions and 8 deletions
|
@ -17,6 +17,9 @@ limitations under the License.
|
||||||
.mx_InviteDialog_addressBar {
|
.mx_InviteDialog_addressBar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
|
||||||
|
// for the user section gets weird.
|
||||||
|
margin: 8px 45px 0 0;
|
||||||
|
|
||||||
.mx_InviteDialog_editor {
|
.mx_InviteDialog_editor {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -127,7 +130,7 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: solid 1px $light-fg-color;
|
border: solid 1px $light-fg-color;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
@ -302,13 +305,6 @@ limitations under the License.
|
||||||
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
|
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
|
|
||||||
// for the user section gets weird.
|
|
||||||
.mx_InviteDialog_addressBar {
|
|
||||||
margin: 8px 45px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_InviteDialog_helpText {
|
.mx_InviteDialog_helpText {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue