Skip to content

Commit

Permalink
[NTP Search]: Don't be wider than the page (#26538)
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning authored Nov 18, 2024
1 parent 50e8aee commit b78e0d1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,14 @@ const MenuButton = styled(Button)`
`

const PlaceholderContainer = styled.div`
align-self: center;
position: relative;
border-radius: ${searchBoxRadius};
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
max-width: calc(100vw - 24px);
&:hover ${MenuContainer} {
transition-delay: 0s;
Expand Down

0 comments on commit b78e0d1

Please sign in to comment.