forked from Shinonome/dots-hyprland
more fix
This commit is contained in:
@@ -139,12 +139,10 @@ $elevation_margin: 0.476rem;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin fluent_decel {
|
@mixin fluent_decel {
|
||||||
// Used for small transitions, as this looks clear
|
|
||||||
transition: 200ms cubic-bezier(0.1, 1, 0, 1);
|
transition: 200ms cubic-bezier(0.1, 1, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin fluent_decel_long {
|
@mixin fluent_decel_long {
|
||||||
// Used for small transitions, as this looks clear
|
|
||||||
transition: 1000ms cubic-bezier(0.1, 1, 0, 1);
|
transition: 1000ms cubic-bezier(0.1, 1, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -524,7 +524,7 @@ $onChatgpt: $onPrimary;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-chat-wrapper {
|
.sidebar-chat-wrapper {
|
||||||
@include element_easeInOut;
|
transition: 400ms cubic-bezier(0.1, 1, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-chat-wrapper-extended {
|
.sidebar-chat-wrapper-extended {
|
||||||
|
|||||||
@@ -61,11 +61,9 @@ function apiSendMessage(textView) {
|
|||||||
// Send
|
// Send
|
||||||
APIS[currentApiId].sendCommand(text)
|
APIS[currentApiId].sendCommand(text)
|
||||||
// Reset
|
// Reset
|
||||||
Utils.timeout(100, () => {
|
buffer.set_text("", -1);
|
||||||
buffer.set_text("", -1);
|
chatEntryWrapper.toggleClassName('sidebar-chat-wrapper-extended', false);
|
||||||
chatEntryWrapper.toggleClassName('sidebar-chat-wrapper-extended', false);
|
chatEntry.set_valign(Gtk.Align.CENTER);
|
||||||
chatEntry.set_valign(Gtk.Align.CENTER);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const chatEntry = TextView({
|
export const chatEntry = TextView({
|
||||||
|
|||||||
Reference in New Issue
Block a user