diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-28 09:10:23 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-28 09:10:23 +0200 |
| commit | b98afba491accc2e55352f10801ba3bd26a8a5cc (patch) | |
| tree | e6866d341c6906f604e40ef832ac193c2b5dd719 /packages/meshbay-hub/src/meshbay_hub/static/style.css | |
| parent | 3c2316dea098c3e99ef40c0012b83f0e8b735c10 (diff) | |
| parent | 4b7d52a28e9a02d55574b2f08b8030ba179caeff (diff) | |
| download | meshbay-b98afba491accc2e55352f10801ba3bd26a8a5cc.tar.gz | |
Merge branch 'fix/files-filter'
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index 61a5e3b..cd9882e 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -817,6 +817,16 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } word-break: break-word; min-width: 0; } +/* Where a search result lives, under its name; click to open that folder + and clear the filter. */ +.file-loc { + display: block; + margin-top: 2px; + font-size: 0.78em; + color: var(--text-dim); + cursor: pointer; +} +.file-loc:hover { color: var(--accent); text-decoration: underline; } .file-size { white-space: nowrap; color: var(--text-secondary); } .file-type { color: var(--text-dim); } .file-date { white-space: nowrap; color: var(--text-dim); } |