[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: avoid zoom in on ios

+8
+8
app/assets/main.css
··· 525 525 appearance: none; 526 526 } 527 527 528 + @media screen and (max-width: 767px) { 529 + input, 530 + select, 531 + textarea { 532 + font-size: 16px !important; 533 + } 534 + } 535 + 528 536 input[type='search']::-webkit-search-decoration, 529 537 input[type='search']::-webkit-search-cancel-button, 530 538 input[type='search']::-webkit-search-results-button,