Skip to content

Commit

Permalink
fix: 안드로이드 다음페이지 트리거 이슈 (#552)
Browse files Browse the repository at this point in the history
* fix: add thumbnail list bottom padding for trigger space in andriod chrome

* fix: remove not needed style
  • Loading branch information
sensecodevalue authored Mar 31, 2023
1 parent 044b5de commit 0296f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default function Root() {
const thumbnailWrapperCss = css`
width: 100%;
padding-top: 16px;
padding-bottom: 5px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
Expand Down

0 comments on commit 0296f28

Please sign in to comment.