Skip to content

Commit 801f4a1

Browse files
committed
removed comments
1 parent fca15e8 commit 801f4a1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/vs/workbench/contrib/chat/browser/media/chatViewWelcome.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ div.chat-welcome-view {
247247

248248
/* Fresh login view - move prompts below input box instead of at bottom */
249249
.new-welcome-view .chat-welcome-view-suggested-prompts {
250-
position: relative; /* Change from absolute to relative positioning */
250+
position: relative;
251251
bottom: auto;
252252
left: auto;
253253
right: auto;
254-
margin-top: 8px; /* Space below input box */
255-
margin-bottom: 48px; /* Space at bottom to maintain overall spacing */
256-
justify-content: center; /* Center the prompt tiles */
257-
padding: 0 12px; /* Remove extra top padding since title is hidden */
254+
margin-top: 8px;
255+
margin-bottom: 48px;
256+
justify-content: center;
257+
padding: 0 12px;
258258
}
259259

260260
/* Hide the title for fresh login view */

0 commit comments

Comments
 (0)