set upper bounds for chat exec toolbar when space is narrow (#234092)
re https://github.com/microsoft/vscode/issues/233004
This commit is contained in:
Родитель
09255216a2
Коммит
7acb009143
|
@ -128,6 +128,14 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .chat-input-toolbars {
|
||||
max-width: 66%;
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .chat-input-toolbars > .chat-execute-toolbar .chat-modelPicker-item {
|
||||
min-width: 40px;
|
||||
max-width: 132px;
|
||||
}
|
||||
|
||||
/* status */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче