style: force archive list alignment and remove left whitespace
This commit is contained in:
27
popup.css
27
popup.css
@@ -397,3 +397,30 @@ button {
|
|||||||
background: rgba(16, 185, 129, 0.15);
|
background: rgba(16, 185, 129, 0.15);
|
||||||
color: #059669;
|
color: #059669;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Force Archive List Alignment Fix */
|
||||||
|
#archive-view-content .rules-container {
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#archive-list {
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#archive-list .rule-item {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
margin-right: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
padding: 10px 12px !important;
|
||||||
|
display: flex !important;
|
||||||
|
justify-content: space-between !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#archive-list .rule-info {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
flex: 1 !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user