add placeholder expanded list item

This commit is contained in:
jeffvli
2025-09-25 21:30:21 -07:00
parent 18390443ff
commit 126ab38475
5 changed files with 149 additions and 1 deletions
@@ -0,0 +1,12 @@
.container {
width: 100%;
height: 100%;
padding: var(--theme-spacing-lg);
}
.inner {
width: 100%;
height: 100%;
background-color: var(--theme-colors-surface);
border-radius: var(--theme-radius-md);
}