Email reader: From row up another 2px on desktop (-4px → -6px)
This commit is contained in:
parent
20968d5a87
commit
1a3880347f
1 changed files with 2 additions and 2 deletions
|
|
@ -28066,12 +28066,12 @@ button .spinner-whirlpool {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
row-gap: 2px;
|
row-gap: 2px;
|
||||||
}
|
}
|
||||||
/* Desktop only: shift the whole From row up 4px. Mobile keeps the
|
/* Desktop only: shift the whole From row up 6px. Mobile keeps the
|
||||||
original placement (the mobile @media block overrides padding so
|
original placement (the mobile @media block overrides padding so
|
||||||
the header sits flush already). */
|
the header sits flush already). */
|
||||||
@media (min-width: 769px) {
|
@media (min-width: 769px) {
|
||||||
.email-reader-meta-row.email-reader-meta-from {
|
.email-reader-meta-row.email-reader-meta-from {
|
||||||
margin-top: -4px;
|
margin-top: -6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
/* Gmail-style chevron — collapsed view shows only From; the chevron
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue