Skip to content

Commit 6db8216

Browse files
authored
Fix the main input height (#284)
* Fix the main input height * Fix screenshots
1 parent 6bfcaf7 commit 6db8216

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

packages/jupyter-chat/style/chat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
}
195195

196196
.jp-chat-navigation-bottom {
197-
bottom: 100px;
197+
bottom: 120px;
198198
}
199199

200200
.jp-chat-attachments {

packages/jupyter-chat/style/input.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
display: flex;
1313
flex-direction: column;
1414
justify-content: center;
15-
min-height: 56px;
15+
flex: 0 0 auto;
1616
}
1717

1818
.jp-chat-input-container.jp-chat-drag-hover::after {
29 Bytes
Loading
139 Bytes
Loading
11 Bytes
Loading

0 commit comments

Comments
 (0)