.language-select { flex-grow: 1; width: 48px; box-sizing: border-box; margin: 0; padding: 0.33em 0.5em; overflow: visible; font-weight: 500; font-size: 1rem; font-family: inherit; line-height: inherit; background-color: var(--theme-bg); border-color: var(--theme-text-lighter); color: var(--theme-text-light); border-style: solid; border-width: 1px; border-radius: 0.25rem; outline: 0; cursor: pointer; transition-timing-function: ease-out; transition-duration: 0.2s; transition-property: border-color, color; -webkit-font-smoothing: antialiased; padding-left: 30px; padding-right: 1rem; } .language-select-wrapper .language-select:hover, .language-select-wrapper .language-select:focus { color: var(--theme-text); border-color: var(--theme-text-light); } .language-select-wrapper { color: var(--theme-text-light); position: relative; } .language-select-wrapper > svg { position: absolute; top: 7px; left: 10px; pointer-events: none; } @media (min-width: 50em) { .language-select { width: 100%; } } mage-approach Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/lib/api.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-16Refactor dependency usage (#8076)Gravatar Bjorn Lu 2-46/+17
2023-08-16feat: unflag experimental.assets (#7921)Gravatar Erika 58-752/+589
2023-08-15chore: mergeGravatar Emanuele Stoppa 1-0/+12
2023-08-15Export astro/compiler-runtime and cleanup exports (#8085)Gravatar Bjorn Lu 7-6/+53
2023-08-15Export AstroConfigType properly as type and not as a Zod schema value (#7702)Gravatar Sergey Shishkin 4-4/+10
2023-08-14[ci] formatGravatar natemoo-re 5-36/+41
2023-08-14fix(@astrojs/cloudflare): unsynced astro asset support flag (#8079)Gravatar Alexander Niebuhr 2-1/+6
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 9-66/+128
2023-08-14[ci] formatGravatar natemoo-re 1-6/+6
2023-08-14fix: remove react identifierPrefix from client:only (#8075)Gravatar Robin Neal 5-1/+38
2023-08-14[ci] formatGravatar natemoo-re 1-7/+15
2023-08-14Support flags for `astro add` (#8032)Gravatar Nate Moore 2-2/+29
2023-08-14Update types to specify that compress defaults to true (#8072)Gravatar Matthew Phillips 2-4/+9
2023-08-14fix: remove ./dist/jsx/* exports (#8030)Gravatar Nate Moore 2-1/+5
2023-08-14fix(astro): strongly type Astro.self (#7866)Gravatar James Garbutt 2-3/+10
2023-08-14[ci] release (beta) (#8067)astro@3.0.0-beta.2@astrojs/vercel@4.0.0-beta.2@astrojs/react@3.0.0-beta.2@astrojs/markdoc@1.0.0-beta.1@astrojs/internal-helpers@0.2.0-beta.1Gravatar Houston (Bot) 47-77/+114
2023-08-14feat(assets): Add support for passing non-awaited imports to the Image compon...Gravatar Erika 6-7/+53