File tree 2 files changed +7
-7
lines changed
packages/frontendmu-nuxt/components 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ const currentEventRsvpDetail = arrayOfEventRsvpDetail && arrayOfEventRsvpDetail[
106
106
</script >
107
107
108
108
<template >
109
- <div v-if =" rsvpOpen" class =" dock-block sticky top-[90dvh] px-2 md:px-8 z-10 w-full" >
110
- <div class =" contain relative h-16 " >
111
- <div class =" absolute left-0 right-0 bottom-0 w-full max-h-[80vh] overflow-y-auto rounded-2xl " >
109
+ <div v-if =" rsvpOpen" class =" dock-block sticky px-2 md:px-8 z-10 w-full bottom-6 " >
110
+ <div class =" contain" >
111
+ <div class =" w-full max-h-[80vh] overflow-y-auto rounded-2xl" >
112
112
<div
113
113
class =" relative flex md:gap-4 gap-2 flex-col shadow-2xl bg-white/90 text-verse-800 shadow-zinc-800 ring-2 ring-zinc-900/5 backdrop-blur-2xl dark:bg-verse-800/40 dark:text-zinc-200 py-2"
114
114
>
Original file line number Diff line number Diff line change @@ -72,11 +72,8 @@ const currentAlbum = computed(() => fetchAlbumDetails(props.getCurrentEvent?.alb
72
72
</div >
73
73
</div >
74
74
</div >
75
- <ClientOnly >
76
- <AuthRsvpToMeetup :meetup-id =" routeId" :meetup-details =" getCurrentEvent" />
77
- </ClientOnly >
78
75
<div class =" contain" >
79
- <div class =" mt-10" >
76
+ <div class =" mt-10 mb-4 " >
80
77
<div class =" grid grid-cols-1 md:grid-cols-2 gap-x-4 gap-y-4 md:gap-y-8" >
81
78
<template v-if =" getCurrentEvent .Date " >
82
79
<div class =" border-t-2 border-verse-900/20 dark:border-verse-800/50 pt-6" >
@@ -137,6 +134,9 @@ const currentAlbum = computed(() => fetchAlbumDetails(props.getCurrentEvent?.alb
137
134
</ClientOnly >
138
135
</div >
139
136
<MeetupAlbum :get-current-event =" getCurrentEvent" :current-album =" currentAlbum" :source =" photoAlbumSource" />
137
+ <ClientOnly >
138
+ <AuthRsvpToMeetup :meetup-id =" routeId" :meetup-details =" getCurrentEvent" />
139
+ </ClientOnly >
140
140
</ContentBlock >
141
141
</div >
142
142
</div >
You can’t perform that action at this time.
0 commit comments