chore: cleanup

This commit is contained in:
Adam
2026-02-19 09:00:37 -06:00
parent 338393c016
commit 0fcba68d4c
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; */
/* } */