Email library: drop compose button another 2px (top -2→0)

This commit is contained in:
pewdiepie-archdaemon
2026-06-11 07:23:49 +09:00
parent 2e7cfbe1fa
commit cc86760a26
+1 -1
View File
@@ -29813,7 +29813,7 @@ body.doc-find-active mark.doc-find-mark.current {
#email-lib-select-btn, #email-lib-refresh-btn { top: -2px; }
/* New (Compose) button gets a slightly taller, slightly lower variant
on desktop so it reads as the primary action of the row. */
#email-lib-compose-btn { height: 28px; top: -2px; }
#email-lib-compose-btn { height: 28px; top: 0; }
@media (max-width: 768px) {
/* On mobile they're 1px higher than desktop. */
#email-lib-select-btn, #email-lib-refresh-btn { top: -3px; }