From 87996b3a8aebb47507a6742aa1d22147d0d246d9 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 7 Jun 2017 17:14:36 +0100 Subject: [PATCH] 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 --- .../views/dialogs/_ChatInviteDialog.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss b/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss index 4a214b51ce..38bb4f01c3 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/dialogs/_ChatInviteDialog.scss @@ -34,6 +34,10 @@ limitations under the License. word-wrap: nowrap; } +.mx_ChatInviteDialog .mx_Dialog_content { + min-height: 50px +} + .mx_ChatInviteDialog_inputContainer { border-radius: 3px; border: solid 1px $input-border-color; @@ -64,8 +68,3 @@ limitations under the License. pointer-events: none; } -.mx_ChatInviteDialog_addressSelectHeader { - font-weight: bold; - line-height: 150%; - text-indent: 4px; -}