2024-09-28 23:43:05 +02:00
|
|
|
.version-history {
|
2024-11-01 19:12:44 +01:00
|
|
|
& > .commit-count {
|
|
|
|
margin-left: 2rem;
|
|
|
|
}
|
2024-09-28 23:43:05 +02:00
|
|
|
|
2024-11-01 19:12:44 +01:00
|
|
|
& > ul.commits {
|
2024-09-28 23:43:05 +02:00
|
|
|
--recursive-mono: 1;
|
|
|
|
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
|
2024-11-01 19:12:44 +01:00
|
|
|
& > li {
|
2024-09-28 23:43:05 +02:00
|
|
|
padding-top: 0.2rem;
|
|
|
|
padding-bottom: 0.2rem;
|
|
|
|
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 4em min-content auto;
|
|
|
|
align-items: start;
|
|
|
|
gap: 0.5em;
|
|
|
|
|
2024-11-01 19:12:44 +01:00
|
|
|
& > .revision-number {
|
2024-09-28 23:43:05 +02:00
|
|
|
justify-self: end;
|
|
|
|
}
|
|
|
|
|
2024-11-01 19:12:44 +01:00
|
|
|
details > summary {
|
2024-09-28 23:43:05 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|