diff --git a/popup.css b/popup.css index ed60c01..a2c02a3 100644 --- a/popup.css +++ b/popup.css @@ -397,3 +397,30 @@ button { background: rgba(16, 185, 129, 0.15); 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; +}