mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
feat: truncate entry URLs with expand on hover or selection
This commit is contained in:
parent
f71be25a8e
commit
cad3ae9885
5 changed files with 85 additions and 1 deletions
1
crates/archivr-server/static/assets/index-B4F8YNlR.css
Normal file
1
crates/archivr-server/static/assets/index-B4F8YNlR.css
Normal file
File diff suppressed because one or more lines are too long
40
crates/archivr-server/static/assets/index-BWKljqgT.js
Normal file
40
crates/archivr-server/static/assets/index-BWKljqgT.js
Normal file
File diff suppressed because one or more lines are too long
40
crates/archivr-server/static/assets/index-CGioPLgk.js
Normal file
40
crates/archivr-server/static/assets/index-CGioPLgk.js
Normal file
File diff suppressed because one or more lines are too long
1
crates/archivr-server/static/assets/index-CemOWtGK.css
Normal file
1
crates/archivr-server/static/assets/index-CemOWtGK.css
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -332,7 +332,9 @@ select {
|
||||||
.source-icon { display: flex; align-items: center; justify-content: center; width: 1.05em; height: 1.05em; flex-shrink: 0; }
|
.source-icon { display: flex; align-items: center; justify-content: center; width: 1.05em; height: 1.05em; flex-shrink: 0; }
|
||||||
.source-icon > * { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
|
.source-icon > * { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
|
||||||
.source-icon svg { width: 100%; height: 100%; }
|
.source-icon svg { width: 100%; height: 100%; }
|
||||||
.url-cell { color: #555b55; word-break: break-all; }
|
.url-cell { color: #555b55; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }
|
||||||
|
#entries-body .url-cell:hover,
|
||||||
|
#entries-body .is-selected .url-cell { overflow: visible; white-space: normal; }
|
||||||
.type-pill { display: inline-block; padding: 2px 6px; background: #d8e3df; color: #275a5f; border: 1px solid #bfd0ca; border-radius: var(--r); }
|
.type-pill { display: inline-block; padding: 2px 6px; background: #d8e3df; color: #275a5f; border: 1px solid #bfd0ca; border-radius: var(--r); }
|
||||||
|
|
||||||
/* ── Runs view (table) ───────────────────────────────────────────────────── */
|
/* ── Runs view (table) ───────────────────────────────────────────────────── */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue