Email attachments: nudge download spinner up 2px to sit on icon baseline

This commit is contained in:
pewdiepie-archdaemon
2026-06-10 23:19:19 +09:00
parent 0a3333b961
commit 49b72bd09c
+1 -1
View File
@@ -3705,7 +3705,7 @@ function _wireAttachmentHandlers(reader, folder) {
_wp = sp.createWhirlpool(12);
_spinnerHost = document.createElement('span');
_spinnerHost.className = 'email-attachment-spinner';
_spinnerHost.style.cssText = 'display:inline-flex;width:12px;height:12px;align-items:center;justify-content:center;flex-shrink:0;';
_spinnerHost.style.cssText = 'display:inline-flex;width:12px;height:12px;align-items:center;justify-content:center;flex-shrink:0;position:relative;top:-2px;';
_spinnerHost.appendChild(_wp.element);
if (iconSvg) iconSvg.replaceWith(_spinnerHost);
} catch (_) {}