diff --git a/source/app/web/statics/insights/index.html b/source/app/web/statics/insights/index.html index 247aa529..f3fa29c8 100644 --- a/source/app/web/statics/insights/index.html +++ b/source/app/web/statics/insights/index.html @@ -346,7 +346,7 @@
- Below is the full commit history of {{ user }} between {{ calendar.years[0].year }} and {{ calendar.years[calendar.years.length-1].year }}. + Below is the full commit history of {{ user }} between {{ calendar.years[calendar.years.length-1].year }} and {{ calendar.years[0].year }}. Note that commits prior {{ user }}'s registration date on GitHub are not displayed. diff --git a/source/app/web/statics/insights/style.css b/source/app/web/statics/insights/style.css index c8dd912b..c1ca50f4 100644 --- a/source/app/web/statics/insights/style.css +++ b/source/app/web/statics/insights/style.css @@ -117,6 +117,9 @@ } /* Activity */ + .activity { + max-width: 90vw; + } .activity > ul { padding: 0; margin: 0; @@ -317,6 +320,7 @@ .reactions { display: flex; justify-content: center; + flex-wrap: wrap; } .reactions > div { @@ -339,7 +343,7 @@ flex-direction: column; width: 100%; margin: .5rem; - max-width: 416px; + max-width: 90vw; border-radius: .25rem; border: 1px solid var(--color-border-primary); padding: .5rem .5rem 0; @@ -350,6 +354,9 @@ align-items: center; margin-bottom: .5rem; } + .repository .field.infos { + flex-wrap: wrap; + } .repository svg { fill: currentColor; } @@ -610,6 +617,9 @@ .search { width: 520px; } + .repository { + max-width: 416px; + } } /* Loading bar */