mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-28 07:35:27 -04:00
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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user