quick and dirty key copy feature

This commit is contained in:
Chris Kruining 2025-01-08 10:20:50 +01:00
parent 9f0aa56361
commit 7b044c6050
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
11 changed files with 43 additions and 32 deletions

View file

@ -29,7 +29,7 @@
white-space: nowrap;
}
& *:is(.cell:first-child, .checkbox + .cell) {
& :is(.cell:first-child, .checkbox + .cell) {
position: sticky;
inset-inline-start: 1px;
padding-inline-start: calc(var(--depth, 0) * (1em + var(--padding-s)) + var(--padding-m));
@ -212,11 +212,6 @@
& :is(.cell:first-child, .checkbox + .cell) {
inset-inline-start: 2em;
}
& details > summary {
inset-inline-start: 2em;
grid-column: 2;
}
}
}