1
0
Fork 0
forked from forgejo/forgejo

Added total count of contributions to heatmap (#7517)

* Added total count of contributions to heatmap

Signed-off-by: kolaente <k@knt.li>

* make css

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2019-07-18 19:04:28 +02:00 committed by techknowlogick
parent 3cba42c43d
commit be9d67f887
3 changed files with 11 additions and 2 deletions

View file

@ -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}