We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862386f commit d7b867aCopy full SHA for d7b867a
packages/jupyter-chat/style/chat.css
@@ -130,3 +130,13 @@
130
.jp-chat-attachment .jp-chat-attachment-clickable:hover {
131
cursor: pointer;
132
}
133
+
134
+.jp-chat-command-name {
135
+ font-weight: normal;
136
+ margin: 5px;
137
+}
138
139
+.jp-chat-command-description {
140
+ color: gray;
141
142
packages/jupyterlab-chat/style/base.css
@@ -20,13 +20,3 @@
20
.jp-lab-chat-title-unread .lm-TabBar-tabLabel::before {
21
content: '* ';
22
23
-
24
-.jp-chat-command-name {
25
- font-weight: normal;
26
- margin: 5px;
27
-}
28
29
-.jp-chat-command-description {
30
- color: gray;
31
32
0 commit comments