mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
Update CSS for ChatInviteDialog
for https://github.com/matrix-org/matrix-react-sdk/pull/1050 - Remove address selector header - Adjust dialog content so that the error message ("No results" or otherwise) doesn't cause a change in height
This commit is contained in:
parent
a158549a4c
commit
87996b3a8a
@ -34,6 +34,10 @@ limitations under the License.
|
|||||||
word-wrap: nowrap;
|
word-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_ChatInviteDialog .mx_Dialog_content {
|
||||||
|
min-height: 50px
|
||||||
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_inputContainer {
|
.mx_ChatInviteDialog_inputContainer {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: solid 1px $input-border-color;
|
border: solid 1px $input-border-color;
|
||||||
@ -64,8 +68,3 @@ limitations under the License.
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_addressSelectHeader {
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 150%;
|
|
||||||
text-indent: 4px;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user