chore: note to self about detail animations

feat/type-attributes
Tomáš Mládek 2022-09-04 22:53:23 +02:00
parent 0ec87126da
commit 49b21cfd7a
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@
border-radius: 0.5em;
padding: 1rem;
// transition: min-width 0.2s, max-width 0.2s;
// TODO - container has nowhere to scroll, breaking `detail` scroll
&.editable {
border-style: dashed;
}