From d96a861d9aea0bdeb41f49d5d2efbd5037292418 Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 3 Mar 2022 13:09:02 +0530 Subject: [PATCH 1/2] Fixes vector-im/element-web/issues/20911 fixed padding on dialog button to make border of invite link visible --- res/css/views/elements/_CopyableText.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/elements/_CopyableText.scss b/res/css/views/elements/_CopyableText.scss index a08306b66a4..3b4502faec5 100644 --- a/res/css/views/elements/_CopyableText.scss +++ b/res/css/views/elements/_CopyableText.scss @@ -22,7 +22,7 @@ limitations under the License. border: solid 1px $light-fg-color; margin-bottom: 10px; margin-top: 10px; - padding: 10px; + padding: 9px; width: max-content; max-width: 100%; From fac746b627540a81abe82c85c8294e68c32d8d7c Mon Sep 17 00:00:00 2001 From: Archi Date: Fri, 4 Mar 2022 17:34:10 +0530 Subject: [PATCH 2/2] Fixed the Footer's height --- res/css/views/dialogs/_InviteDialog.scss | 2 +- res/css/views/elements/_CopyableText.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/dialogs/_InviteDialog.scss b/res/css/views/dialogs/_InviteDialog.scss index 546327ff40a..252363707e9 100644 --- a/res/css/views/dialogs/_InviteDialog.scss +++ b/res/css/views/dialogs/_InviteDialog.scss @@ -315,7 +315,7 @@ limitations under the License. } .mx_InviteDialog_hasFooter .mx_InviteDialog_userSections { - height: calc(100% - 175px); + height: calc(100% - 176px); } .mx_InviteDialog_helpText { diff --git a/res/css/views/elements/_CopyableText.scss b/res/css/views/elements/_CopyableText.scss index 3b4502faec5..a08306b66a4 100644 --- a/res/css/views/elements/_CopyableText.scss +++ b/res/css/views/elements/_CopyableText.scss @@ -22,7 +22,7 @@ limitations under the License. border: solid 1px $light-fg-color; margin-bottom: 10px; margin-top: 10px; - padding: 9px; + padding: 10px; width: max-content; max-width: 100%;