feat: implement UI privacy and aesthetic refinements (hidden usernames, random icons, compact layout)

This commit is contained in:
jason
2026-03-04 00:19:56 +08:00
parent 2c5462951d
commit 0f9809b064
3 changed files with 88 additions and 20 deletions

29
popup.css.tmp Normal file
View File

@@ -0,0 +1,29 @@
/* Archived Items Polish */
#archive-list {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}
#archive-list .rule-item {
opacity: 0.85;
background: rgba(248, 250, 252, 0.6);
border-style: dashed;
padding: 10px 12px !important;
width: 100% !important;
box-sizing: border-box !important;
margin-bottom: 10px;
margin-left: 0 !important;
}
#archive-list .rule-info {
filter: grayscale(0.4);
flex: 1;
}
#archive-list .rule-item:hover {
opacity: 1;
background: #ffffff;
border-style: solid;
}