mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-22 03:05:32 +02:00
frontend: Esc deselects entry; group font artifacts in rail
This commit is contained in:
parent
3407122303
commit
a4de506495
8 changed files with 141 additions and 73 deletions
|
|
@ -515,6 +515,22 @@ select {
|
|||
.artifact-name { font-size: 13px; color: var(--link); min-width: 0; word-break: break-word; }
|
||||
.artifact-link:hover .artifact-name { text-decoration: underline; }
|
||||
.artifact-size { font-size: 11.5px; color: var(--muted-2); flex-shrink: 0; font-variant-numeric: tabular-nums; }
|
||||
.artifact-group { list-style: none; }
|
||||
.artifact-group-header {
|
||||
width: 100%; background: none; border: none; border-bottom: 1px solid var(--line-soft);
|
||||
cursor: pointer; text-align: left; color: inherit; font: inherit;
|
||||
}
|
||||
.artifact-group-header:hover .artifact-name { text-decoration: underline; }
|
||||
.artifact-group-chevron {
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
transition: transform 0.15s ease;
|
||||
transform: rotate(0deg);
|
||||
transform-origin: 45% 50%;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.artifact-group-chevron.open { transform: rotate(90deg); }
|
||||
.artifact-group-body { padding-left: 14px; }
|
||||
|
||||
/* tags */
|
||||
.tags-wrap { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 12px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue