chore: cleanup

This commit is contained in:
Adam 2026-02-19 09:00:37 -06:00
commit 0fcba68d4c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
7 changed files with 16 additions and 9 deletions

View file

@ -6,7 +6,7 @@
border: none;
transition: background-color 0.15s ease;
border-radius: var(--radius-md);
overflow: clip;
overflow: visible;
&.tool-collapsible {
gap: 8px;
@ -82,6 +82,10 @@
overflow: hidden;
/* animation: slideUp 250ms ease-out; */
&[data-expanded] {
overflow: visible;
}
/* &[data-expanded] { */
/* animation: slideDown 250ms ease-out; */
/* } */