From dff3dbe319083a3cb461c67afb62d3ea71d307ed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:39:26 +0000 Subject: [PATCH 1/2] Initial plan From 7115ba88006d7288635d9c2b3b43e35190ecf2fd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:45:46 +0000 Subject: [PATCH 2/2] Fix upload button overlapping textarea content Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --- webviews/activityBarView/index.css | 6 ++---- webviews/editorWebview/index.css | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/webviews/activityBarView/index.css b/webviews/activityBarView/index.css index 3fe6623e60..50ae0f199d 100644 --- a/webviews/activityBarView/index.css +++ b/webviews/activityBarView/index.css @@ -70,13 +70,11 @@ textarea { outline: none; margin: 0; resize: none; - padding-bottom: 28px; } .textarea-wrapper .comment-upload-button { - position: absolute; - left: 6px; - bottom: 4px; + align-self: flex-start; + margin: 2px 0 4px 4px; border: none; background: none; padding: 4px; diff --git a/webviews/editorWebview/index.css b/webviews/editorWebview/index.css index 6bf8637159..4898722ae2 100644 --- a/webviews/editorWebview/index.css +++ b/webviews/editorWebview/index.css @@ -1037,7 +1037,6 @@ textarea { margin: 0; resize: none; padding-right: 40px; - padding-bottom: 28px; } .textarea-wrapper .title-action { @@ -1076,9 +1075,8 @@ textarea { } .textarea-wrapper .comment-upload-button { - position: absolute; - left: 6px; - bottom: 4px; + align-self: flex-start; + margin: 2px 0 4px 4px; border: none; background: none; padding: 4px;