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
@@ -723,7 +723,7 @@
<div class="dropdown-item sort-option sort-dropdown-item" data-sort="newest">Newest First</div>
<div class="dropdown-item sort-option sort-dropdown-item" data-sort="group">By Folder</div>
<div class="dropdown-item sort-dropdown-item sort-dropdown-sep" id="auto-sort-sessions-row" style="display:flex;align-items:center;padding:0;">
<span id="auto-sort-sessions-btn" style="flex:1;padding:5px 10px 5px 6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;">
<span id="auto-sort-sessions-btn" style="flex:1;padding:5px 10px 5px 4px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;">
<span class="auto-sort-icon"><svg width="11" height="11" viewBox="0 0 24 24" fill="currentColor" style="vertical-align:-1px;"><path d="M12 0L14.59 8.41L23 12L14.59 15.59L12 24L9.41 15.59L1 12L9.41 8.41Z"/></svg></span>
<span>Group</span>
<span class="auto-sort-spinner" style="display:none;">Sorting...</span>
+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;