more about-dicking

This commit is contained in:
tobi 2025-04-18 00:57:14 +02:00
commit 076c0062d8
3 changed files with 51 additions and 24 deletions

View file

@ -59,6 +59,7 @@
height: 100%;
width: 100%;
overflow: hidden;
z-index: 1;
display: grid;
padding: 1rem;

View file

@ -260,6 +260,7 @@
.stats-grouping {
column-gap: 1rem;
row-gap: 0.25rem;
}
.stats-item {
@ -360,8 +361,18 @@
}
}
.stats-item.published-at dd time.dt-published {
text-decoration: underline;
.stats-item.published-at dd a {
time.dt-published {
text-decoration: underline;
}
&:focus-visible {
outline: 0;
time.dt-published {
outline: $link-focus-outline;
outline-offset: -0.25rem;
}
}
}
.stats-item:not(.published-at):not(.edit-timeline) {