Skip to content

Commit

Permalink
fix: ダウンロードボタンが押せないときがある
Browse files Browse the repository at this point in the history
(cherry picked from commit 724e13f)
  • Loading branch information
nacika-ins committed Sep 19, 2024
1 parent 7ba7e8b commit a77d9bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkMediaVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const hide = ref(
padding: 3px 6px;
text-align: center;
cursor: pointer;
z-index: 1;
top: 12px;
right: 12px;
}
Expand Down
7 changes: 3 additions & 4 deletions packages/frontend/src/components/MkVideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ export default {
};
</script>

<style lang="scss" module>
.video-js {
width: 100% !important;
height: 100% !important;
<style lang="scss">
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
padding-top: 40px;
}
</style>

0 comments on commit a77d9bd

Please sign in to comment.