Improve Train of Thought icons spacing and loading circle

This commit is contained in:
Debanjum Singh Solanky
2024-07-14 09:35:15 +05:30
parent e9567741eb
commit a0f38e079f
3 changed files with 12 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ div.agentIndicator {
div.trainOfThought {
border: 1px var(--border-color) solid;
border-radius: 16px;
padding: 16px;
padding: 0 16px;
margin: 12px;
box-shadow: 0 4px 10px var(--box-shadow-color);
}