Skip to content

Commit

Permalink
Style: Mail: Msg list: No right border after selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benbucksch committed Aug 23, 2024
1 parent 1050ca3 commit 7f6ed1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/Mail/3pane/TableMessageListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
}
.date,
.buttons.hover {
margin-inline-end: 16px;
padding-inline-end: 16px;
}
.date {
min-width: 8em;
Expand Down
1 change: 0 additions & 1 deletion app/frontend/Mail/Vertical/VerticalMessageList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
.message-list :global(.fast-list) {
padding-inline-start: 4px;
margin-inline-start: -5px;
padding-inline-end: 9px;
}
.message-list :global(.header) {
display: none;
Expand Down

0 comments on commit 7f6ed1a

Please sign in to comment.