mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
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 {
|
||||
display: flex;
|
||||
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 {
|
||||
flex: 1;
|
||||
|
@ -127,7 +130,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
border-radius: 4px;
|
||||
border: solid 1px $light-fg-color;
|
||||
border: solid 1px $light-fg-color;
|
||||
padding: 8px;
|
||||
|
||||
> 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
|
||||
}
|
||||
|
||||
|
||||
// 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 {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue