mirror of
https://github.com/usetrmnl/plugins.git
synced 2026-04-29 13:32:45 -07:00
65 lines
1.1 KiB
Plaintext
65 lines
1.1 KiB
Plaintext
<style>
|
|
#github_commit_graph {
|
|
width: 755px;
|
|
height: 182px;
|
|
overflow: hidden;
|
|
|
|
column-count: auto;
|
|
column-fill: auto;
|
|
column-width: 14px;
|
|
column-gap: 0px;
|
|
}
|
|
|
|
#github_commit_graph .day {
|
|
width: 11px;
|
|
height: 23px;
|
|
float: left;
|
|
border-radius: 4px;
|
|
margin: 0px 0px 3px 0px;
|
|
|
|
break-inside: avoid-column;
|
|
}
|
|
|
|
.view--quadrant #github_commit_graph {
|
|
width: 318px;
|
|
height: 70px;
|
|
column-width: 6px;
|
|
margin-top: 0;
|
|
padding-left: 0;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.view--quadrant #github_commit_graph .day {
|
|
width: 5px;
|
|
height: 9px;
|
|
border-radius: 2px;
|
|
margin: 0 0 1px 0;
|
|
}
|
|
|
|
.view--half_vertical #github_commit_graph {
|
|
width: 318px;
|
|
height: 252px;
|
|
column-width: 6px;
|
|
margin-top: 0;
|
|
padding-left: 0;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.view--half_vertical #github_commit_graph .day {
|
|
width: 5px;
|
|
height: 34px;
|
|
margin: 0 0 2px 0px;
|
|
}
|
|
|
|
.view--half_horizontal #github_commit_graph {
|
|
width: 589px;
|
|
height: 175px;
|
|
column-width: 11px;
|
|
}
|
|
|
|
.view--half_horizontal #github_commit_graph .day {
|
|
width: 9px;
|
|
height: 22px;
|
|
}
|
|
</style>
|