mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-28 15:45:22 -04:00
Email library: drop compose button another 2px (top -2→0)
This commit is contained in:
+1
-1
@@ -29813,7 +29813,7 @@ body.doc-find-active mark.doc-find-mark.current {
|
|||||||
#email-lib-select-btn, #email-lib-refresh-btn { top: -2px; }
|
#email-lib-select-btn, #email-lib-refresh-btn { top: -2px; }
|
||||||
/* New (Compose) button gets a slightly taller, slightly lower variant
|
/* New (Compose) button gets a slightly taller, slightly lower variant
|
||||||
on desktop so it reads as the primary action of the row. */
|
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) {
|
@media (max-width: 768px) {
|
||||||
/* On mobile they're 1px higher than desktop. */
|
/* On mobile they're 1px higher than desktop. */
|
||||||
#email-lib-select-btn, #email-lib-refresh-btn { top: -3px; }
|
#email-lib-select-btn, #email-lib-refresh-btn { top: -3px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user