Email reader: To/Cc details down 2px more (margin-top 2 → 4px)
This commit is contained in:
parent
8f4747b1ff
commit
8b8ec7fb1d
1 changed files with 2 additions and 2 deletions
|
|
@ -28357,9 +28357,9 @@ button .spinner-whirlpool {
|
|||
.email-reader-meta-details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* 6px between To and Cc, plus 2px breathing room below From. */
|
||||
/* 6px between To and Cc, plus 4px breathing room below From. */
|
||||
gap: 6px;
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
.email-reader-meta-details[hidden] { display: none; }
|
||||
.email-reader-header > .email-reader-meta {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue