We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a03f78 commit c8ec8a4Copy full SHA for c8ec8a4
web/src/layout/Header/navbar/DappList.tsx
@@ -70,6 +70,7 @@ const Header = styled.h1`
70
const Container = styled.div`
71
display: flex;
72
position: absolute;
73
+ max-height: 60vh;
74
top: 5%;
75
left: 50%;
76
transform: translate(-50%);
@@ -99,7 +100,6 @@ const ItemsDiv = styled.div`
99
100
justify-items: center;
101
max-width: 480px;
102
min-width: 300px;
- max-height: 60vh;
103
width: calc(300px + (480 - 300) * (100vw - 375px) / (1250 - 375));
104
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
105
`;
0 commit comments