forked from Shinonome/dots-hyprland
fix fancy input box
This commit is contained in:
@@ -528,7 +528,7 @@ $onChatgpt: $onPrimary;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-chat-wrapper-extended {
|
.sidebar-chat-wrapper-extended {
|
||||||
min-height: 5.114rem;
|
min-height: 9.545rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-chat-send {
|
.sidebar-chat-send {
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ chatEntry.get_buffer().connect("changed", (buffer) => {
|
|||||||
const chatEntryWrapper = Scrollable({
|
const chatEntryWrapper = Scrollable({
|
||||||
className: 'sidebar-chat-wrapper',
|
className: 'sidebar-chat-wrapper',
|
||||||
hscroll: 'never',
|
hscroll: 'never',
|
||||||
vscroll: 'never',
|
vscroll: 'always',
|
||||||
child: chatEntry,
|
child: chatEntry,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user