diff --git a/src/renderer/styles.css b/src/renderer/styles.css index 9ba17ca..b8dce15 100644 --- a/src/renderer/styles.css +++ b/src/renderer/styles.css @@ -762,7 +762,7 @@ html:has(body[data-quickprompt]) { } .qp-panel-enter { - animation: qp-panel-in 0.2s cubic-bezier(0.16, 1, 0.3, 1); + animation: qp-panel-in 0.2s cubic-bezier(0.16, 1, 0.3, 1) both; } /* Response area entrance */