client: Add a small margin instead of manual clipping

This commit is contained in:
Cédric Bellegarde 2023-03-02 11:54:49 +01:00
parent c6576c0627
commit e275b37343
2 changed files with 3 additions and 30 deletions

View file

@ -213,8 +213,9 @@ row.geary-folder-popover-list-row > label {
margin-bottom: 6px
}
.geary-expanded webkitwebview {
border-radius: 8px;
/* Update this to match any change in above radius value */
.geary-message-body {
margin: 2px;
}
/* ConversationEmail */