Fix svg height, add conversion options and options to use differents data from GitHub account (#35)
* Display all features on web instance but disable them when they're not enabled * Resize dynamically SVG output and add support to convert images to jpeg/png * Disable animations when computing height * Add option to disable animations * Add options to specify different data from used GitHub account * Update tests
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
}
|
||||
pre {
|
||||
background: #42092B;
|
||||
margin-top: 16px;
|
||||
padding: 12px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
@@ -124,4 +125,18 @@
|
||||
--color-calendar-graph-day-L3-border: rgba(27,31,35,0.06);
|
||||
--color-calendar-graph-day-L2-border: rgba(27,31,35,0.06);
|
||||
--color-calendar-graph-day-L1-border: rgba(27,31,35,0.06);
|
||||
}
|
||||
|
||||
/* End delimiter */
|
||||
#metrics-end {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.no-animations * {
|
||||
transition-delay: 0s !important;
|
||||
transition-duration: 0s !important;
|
||||
animation-delay: -0.0001s !important;
|
||||
animation-duration: 0s !important;
|
||||
animation-play-state: paused !important;
|
||||
caret-color: transparent !important;
|
||||
}
|
||||
Reference in New Issue
Block a user