Skip to content

Commit

Permalink
fix: 過剰な領域の高さが確保されている
Browse files Browse the repository at this point in the history
  • Loading branch information
knokmki612 authored Jun 22, 2021
1 parent b706098 commit 1ab878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/Books.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const useStyles = makeStyles((theme) => ({
},
linkedBook: {
// NOTE: 決め打ち (動画プレイヤーの高さに依存)
minHeight: 270,
minHeight: 255,
},
linkedBookPlaceholder: {
// NOTE: 決め打ち (動画プレイヤーの高さに依存)
Expand Down

0 comments on commit 1ab878f

Please sign in to comment.