Sessions sort dropdown: nudge all items 2px more left

Group row's auto-sort-sessions-btn padding-left 6→4, and
.sort-dropdown-item left padding 8→6 so 'Last Active', 'Newest First',
'By Folder', '↑↓ Rearrange', '● Select' all shift in by the same
amount, matching the Group nudge.
This commit is contained in:
pewdiepie-archdaemon
2026-06-10 22:49:53 +09:00
parent 89efd7d44b
commit a80421efb6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22809,7 +22809,7 @@ details.hwfit-serve-advanced > .hwfit-serve-checks:last-of-type {
}
.sort-dropdown-item {
cursor: pointer;
padding: 6px 8px !important;
padding: 6px 8px 6px 6px !important;
font-size: 11px !important;
border-radius: 6px !important;
border-bottom: none !important;