quick and dirty key copy feature
This commit is contained in:
parent
9f0aa56361
commit
7b044c6050
11 changed files with 43 additions and 32 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue