mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-24 23:36:34 +08:00
Revisit the English version (#1885)
* Update giscus scroller. * Refine English docs and landing page * Sync the headings. * Update landing pages. * Update the avatar * Update Acknowledgements * Update landing pages. * Update contributors. * Update * Fix the formula formatting. * Fix the glossary. * Chapter 6. Hashing * Remove Chinese chars. * Fix headings. * Update giscus themes. * fallback to default giscus theme to solve 429 many requests error. * Add borders for callouts. * docs: sync character encoding translations * Update landing page media layout and i18n
This commit is contained in:
@@ -530,6 +530,14 @@ a:hover .text-button span {
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.en-translator-profile-div {
|
||||
max-width: 40em;
|
||||
}
|
||||
|
||||
.en-translator-profile-div .profile-cell {
|
||||
flex: 0 0 20%;
|
||||
}
|
||||
|
||||
.translator-profile-cell {
|
||||
flex: 0 0 auto;
|
||||
margin: 0.5em 0;
|
||||
@@ -595,6 +603,27 @@ a:hover .text-button span {
|
||||
.profile-cell {
|
||||
flex: 1 1 30%;
|
||||
}
|
||||
|
||||
.en-translator-profile-div .profile-cell {
|
||||
flex: 1 1 30%;
|
||||
}
|
||||
}
|
||||
|
||||
/* phones */
|
||||
@media screen and (max-width: 44em) {
|
||||
.reading-media {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.media-block {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: min(78vw, 32rem);
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.video-container {
|
||||
|
||||
Reference in New Issue
Block a user