File tree Expand file tree Collapse file tree
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments