Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWeeks1 committed Mar 29, 2023
1 parent cee1178 commit b85b968
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/CropperModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,9 @@
isCropping.value = true
emit('data', data)
}
onUnmounted(() => {
video.value.pause()
video.value.currentTime = 0
})
</script>
2 changes: 1 addition & 1 deletion pages/admin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<AdminLayout>
<div
id="AdminPage"
class="flex h-[calc(100%-50px)] pb-4"
class="flex h-[100vh] pb-4"
>
<div class="lg:w-[calc(100%-500px)] md:w-[calc(100%-330px)] w-full md:pt-20 pt-14">
<div class="max-w-[650px] mx-auto pb-24">
Expand Down

0 comments on commit b85b968

Please sign in to comment.