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:
parent
3cba42c43d
commit
be9d67f887
3 changed files with 11 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue