Skip to content

Commit

Permalink
Fix placement of image attribution & customize button when showing th…
Browse files Browse the repository at this point in the history
…e NTP SI Clickbox (#17764)

Change row span when there are fewer rows
  • Loading branch information
fallaciousreasoning authored Mar 27, 2023
1 parent fe113d2 commit 3133be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const GridItemTopSites = styled('section')`

export const GridItemSponsoredImageClickArea = styled.section<{ otherWidgetsHidden: boolean }>`
grid-column: 2;
grid-row: 2 / span 3;
grid-row: 2 / span calc(var(--ntp-page-rows) - 1);
height: calc(100% - 200px);
width: 100%;
position: relative;
Expand Down

0 comments on commit 3133be3

Please sign in to comment.