Email library: drop compose button another 2px (top -2→0)
This commit is contained in:
parent
2e7cfbe1fa
commit
cc86760a26
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue