Add search count indication

This commit is contained in:
Andrew
2026-07-09 18:59:11 +08:00
parent 4626f328e4
commit 3dfa83e407
3 changed files with 17 additions and 3 deletions

View File

@@ -86,6 +86,13 @@ body {
background: rgba(127,127,127,.20);
}
.plugin-search-clear[hidden] { display: none; }
.dial-count {
padding: 4px 4px 0;
text-align: left;
font-size: 11px;
color: var(--muted, var(--orca-muted, #6b7280));
}
.dial-count[hidden] { display: none; }
.dial-list {
flex: 0 1 auto;
min-height: 0;