From be9d67f8876eef577925e4ca8458aa72fcc822e5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 18 Jul 2019 19:04:28 +0200 Subject: Added total count of contributions to heatmap (#7517) * Added total count of contributions to heatmap Signed-off-by: kolaente * make css Signed-off-by: kolaente --- public/css/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index 4a7dfb2824..96dfcb0e8b 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -200,6 +200,7 @@ footer .ui.left,footer .ui.right{line-height:40px} #user-heatmap svg:not(:root){overflow:inherit;padding:0!important} @media only screen and (max-width:1200px){#user-heatmap{display:none} } +#user-heatmap .total-contributions{text-align:left;font-weight:500;margin-top:0} .heatmap-color-0{background-color:#f4f4f4} .heatmap-color-1{background-color:#d7e5db} .heatmap-color-2{background-color:#adc7ab} -- cgit v1.2.3