mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 10:42:33 +00:00
fix(ui): reduce dialog transition in time to 150ms
This commit is contained in:
parent
7962ff38b0
commit
c551f7e47b
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
animation: contentHide 100ms ease-in forwards;
|
||||
|
||||
&[data-expanded] {
|
||||
animation: contentShow 200ms ease-out;
|
||||
animation: contentShow 150ms ease-out;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue