mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 07:25:42 -04:00
switch to height for consistent dialog size
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
density="compact"
|
density="compact"
|
||||||
color="primary"
|
color="primary"
|
||||||
class="overflow-y-auto border-e flex-shrink-0"
|
class="overflow-y-auto border-e flex-shrink-0"
|
||||||
style="width: 200px; max-height: 60vh"
|
style="width: 200px; height: 60vh"
|
||||||
>
|
>
|
||||||
<v-list-item
|
<v-list-item
|
||||||
v-for="announcement in allAnnouncements.toReversed()"
|
v-for="announcement in allAnnouncements.toReversed()"
|
||||||
|
|||||||
Reference in New Issue
Block a user