feat: implement UI privacy and aesthetic refinements (hidden usernames, random icons, compact layout)
This commit is contained in:
29
popup.css.tmp
Normal file
29
popup.css.tmp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user