|
2 | 2 | padding: var(--theia-ui-padding); |
3 | 3 | } |
4 | 4 |
|
| 5 | +.ai-configuration-widget [role="tablist"] { |
| 6 | + overflow: scroll; |
| 7 | +} |
| 8 | + |
| 9 | +.ai-configuration-widget [role="tablist"]::-webkit-scrollbar { |
| 10 | + height: 4px; |
| 11 | +} |
| 12 | + |
5 | 13 | .theia-ai-settings-container { |
6 | 14 | padding: var(--theia-ui-padding); |
7 | 15 | } |
|
90 | 98 | flex-direction: row; |
91 | 99 | } |
92 | 100 |
|
93 | | -.configuration-agents-list { |
94 | | - width: 128px; |
| 101 | +#ai-agent-configuration-container-widget |
| 102 | + .ai-agent-configuration-main |
| 103 | + .configuration-agents-list { |
| 104 | + min-width: 160px; |
| 105 | + overflow: hidden; |
| 106 | + white-space: nowrap; |
| 107 | + text-overflow: ellipsis; |
| 108 | + padding-left: 0; |
| 109 | + padding: var(--theia-ui-padding); |
95 | 110 | } |
96 | 111 |
|
97 | 112 | .configuration-agent-panel { |
|
128 | 143 | } |
129 | 144 |
|
130 | 145 | /* Prompt Fragments Configuration Styles */ |
| 146 | +.configuration-variables-list, |
| 147 | +.token-usage-configuration-container, |
| 148 | +.ai-tools-configuration-container, |
131 | 149 | .ai-prompt-fragments-configuration { |
132 | 150 | padding: var(--theia-ui-padding); |
133 | | - max-width: 1200px; |
| 151 | + max-width: 600px; |
134 | 152 | margin: 0 auto; |
135 | 153 | } |
136 | 154 |
|
|
422 | 440 | gap: 8px; |
423 | 441 | } |
424 | 442 |
|
425 | | -.prompt-fragment-title h2, h4 { |
| 443 | +.prompt-fragment-title h2, |
| 444 | +h4 { |
426 | 445 | margin-right: 8px; |
427 | 446 | margin: 0; |
428 | 447 | } |
|
448 | 467 | } |
449 | 468 |
|
450 | 469 | /* MCP Configuration Styles */ |
451 | | -.mcp-configuration-container { |
452 | | - padding: 16px; |
453 | | -} |
454 | | - |
455 | 470 | .mcp-configuration-title { |
456 | 471 | margin: 0 0 16px 0; |
457 | 472 | border-bottom: 1px solid var(--theia-panelTitle-activeBorder); |
|
673 | 688 | * AI Tools Configuration Widget Styles |
674 | 689 | * Only touch styles in this section for the tools configuration widget |
675 | 690 | */ |
676 | | -.ai-tools-configuration-container { |
677 | | - padding: 16px; |
678 | | - max-width: 600px; |
679 | | -} |
680 | | - |
681 | 691 | .ai-tools-configuration-default-section { |
682 | 692 | margin-bottom: 24px; |
683 | 693 | } |
|
748 | 758 | /* End AI Tools Configuration Widget Styles */ |
749 | 759 |
|
750 | 760 | /* Token Usage Configuration Styles */ |
751 | | -.token-usage-configuration-container { |
752 | | - padding: 16px; |
753 | | -} |
754 | | - |
755 | 761 | .token-usage-configuration-title { |
756 | 762 | margin: 0 0 16px 0; |
757 | 763 | border-bottom: 1px solid var(--theia-widget-border); |
|
0 commit comments