Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
バグ修正 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: sayako21 <>
  • Loading branch information
sayako21 authored Nov 18, 2023
1 parent 25fcb8e commit 8c85814
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/BingoCardCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/>
<div
id="vue-carousel"
:class="videoModalIsOpen ? 'h-[90vh]' : 'h-[63vh]'"
:class="videoModalIsOpen ? 'h-[700px]' : 'h-[535px]'"
style="width: 100vw; overflow: hidden"
@touchstart="onTouchStartCard"
@mousedown="onTouchStartCard"
Expand Down
2 changes: 1 addition & 1 deletion components/BingoCardDetailModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
class="text-base border border-gray-300 font-bold rounded-lg leading-relaxed text-gray-700 border p-5 bg-white"
>
<span class="color tracking-widest mission">Mission</span><br />
{{ selectedBingoCell.description }} を撮ってください
{{ selectedBingoCell.description }}
</p>
<!-- 投稿済みの時 -->
<div v-if="registered">
Expand Down
6 changes: 3 additions & 3 deletions components/MovieModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<div
class="relative border bg-white rounded-lg border-gray-700 w-11/12 md:w-9/12 lg:7/12 m-auto"
>
<ShareButton
<!--<ShareButton
:title="`Sotomiruからの投稿`"
:text="`「${bingoCard.name}」のビンゴカードをクリアしました!`"
:url="props.clearMovieUrl"
></ShareButton>
></ShareButton>-->
<!-- Modal header -->
<div class="flex items-center justify-between pt-5 px-5 rounded-t">
<h3 class="text-lg font-extrabold text-gray-00 pl-2"></h3>
Expand Down Expand Up @@ -39,7 +39,7 @@
<!-- Modal body -->
<div class="px-6">
<video
class="m-auto w-11/12 md:w-8/12 lg:w-6/12 sm:h-[74vh]"
class="m-auto w-11/12 md:w-8/12 lg:w-6/12 sm:h-[550px]"
:src="clearMovieUrl"
controls
></video>
Expand Down

0 comments on commit 8c85814

Please sign in to comment.