diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl
index c09fed5f1e..5e16feb4b0 100644
--- a/templates/shared/user/profile_big_avatar.tmpl
+++ b/templates/shared/user/profile_big_avatar.tmpl
@@ -22,10 +22,7 @@
{{end}}
+
{{end}}
diff --git a/web_src/css/features/heatmap.css b/web_src/css/features/heatmap.css
index c064590c46..d5472bed92 100644
--- a/web_src/css/features/heatmap.css
+++ b/web_src/css/features/heatmap.css
@@ -56,3 +56,7 @@
bottom: -4px;
}
}
+
+.vch__legend-right {
+ margin-right: 1em;
+}
diff --git a/web_src/js/components/ActivityHeatmap.vue b/web_src/js/components/ActivityHeatmap.vue
index be0841e831..dffad7926d 100644
--- a/web_src/js/components/ActivityHeatmap.vue
+++ b/web_src/js/components/ActivityHeatmap.vue
@@ -12,6 +12,10 @@ export default {
type: Object,
default: () => {},
},
+ extra: {
+ type: Object,
+ default: () => {},
+ },
},
data: () => ({
colorRange: [
@@ -54,7 +58,11 @@ export default {
};
-
+
+
+
+
+
{{ locale.contributions_in_the_last_12_months }}