Fix: \n 1. Set GitHub contributions calendar scroll position to start at right-most (latest date). \n 2. Set GitHub contributions calendar first column with day of week axis labels to fixed position above scrollable rest of table. \n 3. Removed light-mode-icon.svg
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
.github-calendar table.js-calendar-graph-table tbody td:first-child {
|
||||
min-width: 1.5rem;
|
||||
}
|
||||
.github-calendar table.js-calendar-graph-table thead th:first-child,
|
||||
.github-calendar table.js-calendar-graph-table tbody td:first-child {
|
||||
position: sticky !important;
|
||||
z-index: 2;
|
||||
left: 0.25vh;
|
||||
}
|
||||
/* Hide broken statistics */
|
||||
.github-calendar > :not(:first-child) {
|
||||
display: none;
|
||||
Reference in New Issue
Block a user