feat(sidepanel): 添加账号池搜索筛选

(cherry picked from commit 9f2c3ebd3455e761c30e453daca98fe98206b33b)
This commit is contained in:
朴圣佑
2026-04-26 22:23:40 +08:00
committed by QLHazyCoder
parent 63c53accfe
commit 40ca2ea427
6 changed files with 167 additions and 5 deletions
+21
View File
@@ -1572,6 +1572,27 @@ header {
background: var(--text-muted);
}
.account-pool-toolbar {
position: sticky;
top: 0;
z-index: 1;
display: flex;
gap: 8px;
align-items: center;
padding: 6px 4px 8px;
background: color-mix(in srgb, var(--bg-base) 92%, transparent);
backdrop-filter: blur(6px);
}
.account-pool-search {
flex: 1;
min-width: 0;
}
.account-pool-filter {
flex: 0 0 110px;
}
.hotmail-accounts-list {
display: flex;
flex-direction: column;