More tweaks

This commit is contained in:
David Dossett
2024-09-13 16:53:39 -07:00
parent 94d12001a6
commit a1106512ca
@@ -832,7 +832,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
border: 1px solid var(--vscode-chat-requestBorder);
border-radius: 4px;
margin-bottom: 8px;
padding: 6px 8px;
padding: 4px 6px;
}
.interactive-item-container .chat-notification-widget {
@@ -857,10 +857,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
/* unset Button styles */
display: inline-flex;
gap: 4px;
width: 100%;
width: fit-content;
border: none;
border-radius: 4px;
padding: 4px 8px 4px 0;
padding: 3px 8px 3px 0;
text-align: initial;
justify-content: initial;
}