mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
Email bulk bar: nudge 'Marking…' label up 2px + 'All' checkbox up 2px
- 'Marking done' / 'Marking read' / 'Marking unread' label was 2px low vs. the whirlpool spinner inside the Actions button. The existing loading-label CSS only scoped to #email-lib-bulk-delete; extend it to also cover #email-lib-bulk-actions and bump top from 0 to -2px. - 'All' checkbox label was inline-styled top:2px so the box + text sat lower than the surrounding bulk-action items. Reset to top:0 to match memory + skills select-all rows.
This commit is contained in:
+7
-4
@@ -10434,23 +10434,26 @@ textarea.memory-add-input {
|
||||
#memory-modal .memory-bulk-bar {
|
||||
padding-right: 18px;
|
||||
}
|
||||
#email-lib-bulk-delete.email-bulk-loading {
|
||||
#email-lib-bulk-delete.email-bulk-loading,
|
||||
#email-lib-bulk-actions.email-bulk-loading {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
opacity: 0.9;
|
||||
cursor: wait;
|
||||
}
|
||||
#email-lib-bulk-delete.email-bulk-loading .email-bulk-whirlpool {
|
||||
#email-lib-bulk-delete.email-bulk-loading .email-bulk-whirlpool,
|
||||
#email-lib-bulk-actions.email-bulk-loading .email-bulk-whirlpool {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
#email-lib-bulk-delete.email-bulk-loading .email-bulk-loading-label {
|
||||
#email-lib-bulk-delete.email-bulk-loading .email-bulk-loading-label,
|
||||
#email-lib-bulk-actions.email-bulk-loading .email-bulk-loading-label {
|
||||
position: relative;
|
||||
top: 0;
|
||||
top: -2px;
|
||||
}
|
||||
/* Drafts bulk bar defaults to justify-content:flex-end (whole row hugs the
|
||||
right). Reset it so All + count sit on the left and only the action button
|
||||
|
||||
Reference in New Issue
Block a user