Skip to content

Commit

Permalink
Improve blockquote styling in message list
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Jan 29, 2018
1 parent 070f2ef commit 4af7fe8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/internal_packages/composer/styles/composer.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
border-left: 2px solid #eee;
color: #500050;
margin: 0;
padding: 0 10px;
padding: 0 0 0 10px;
-webkit-margin-after: initial !important;
-webkit-margin-before: initial !important;
-webkit-margin-start: initial !important;
Expand Down
16 changes: 13 additions & 3 deletions app/static/email-frame.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
-webkit-font-smoothing: antialiased;
}

blockquote {
border-left: 2px solid #eee;
margin: 0;
padding: 0 0 0 10px;
-webkit-margin-after: initial !important;
-webkit-margin-before: initial !important;
-webkit-margin-start: initial !important;
-webkit-margin-end: initial !important;
}

a {
color: @text-color-link;
}
Expand All @@ -108,9 +118,9 @@
}

p {
margin:0;
padding:0;
margin-bottom:0;
margin: 0;
padding: 0;
margin-bottom: 0;
}

pre.nylas-plaintext {
Expand Down

0 comments on commit 4af7fe8

Please sign in to comment.