1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 03:55:22 +02:00

feat: more shopping list enhancements (#2587)

* fix new position calculataion

* ensure consistent list item ordering

* fix recipe ref overflow on small screens

* added recipe ref elevation

* tweaked line height (for long notes)

* removed unused user dependency

* remove old shopping list items when there's >100

* 🤷

* cleaned up function generator

* fixed test

* fix potential type error

* made max position calc more efficient
This commit is contained in:
Michael Genson 2023-10-07 16:06:00 -05:00 committed by GitHub
parent f35bc77a7d
commit b153ddf858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 189 additions and 8 deletions

View file

@ -54,7 +54,7 @@ export default defineComponent({
}
.note {
line-height: 0.8em;
line-height: 1.25em;
font-size: 0.8em;
opacity: 0.7;
}