remove item callbacks from list - move to item component

This commit is contained in:
jeffvli
2025-10-07 11:36:15 -07:00
parent 545ea25e43
commit d9e8625b15
11 changed files with 580 additions and 350 deletions
@@ -138,17 +138,29 @@
}
svg {
fill: rgb(255 255 255);
stroke: rgb(255 255 255);
}
}
.secondary-button.favorite {
.user-data {
position: absolute;
top: 0;
right: 0;
}
.rating {
position: absolute;
top: 0;
right: 0;
padding: var(--theme-spacing-md);
}
.secondary-button.options {
right: 0;
bottom: 0;
}
.secondary-button.expand {
bottom: 0;
left: 0;
}