Mail: Give some space between read/unread icon and scrollbar

This commit is contained in:
nathan 2024-10-28 13:36:18 -06:00
parent 6ab9915e91
commit 2c2ef0dd00
2 changed files with 5 additions and 1 deletions

View File

@ -301,6 +301,10 @@ pre {
.mail-index_QuotaRed > div { .mail-index_QuotaRed > div {
background-color: red !important; background-color: red !important;
} }
#mail-index #mail-index_nm .status_icons {
margin-right: 1em;
}
/* /*
influence the tree display and scrolling behavior influence the tree display and scrolling behavior
*/ */

View File

@ -28,7 +28,7 @@
<et2-hbox> <et2-hbox>
<et2-date-time class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time> <et2-date-time class="$row_cont[class]" id="${row}[date]" readonly="true"></et2-date-time>
</et2-hbox> </et2-hbox>
<et2-hbox> <et2-hbox class="status_icons">
<et2-image src="$row_cont[smime]" height="16px"></et2-image> <et2-image src="$row_cont[smime]" height="16px"></et2-image>
<html id="${row}[attachments]"/> <html id="${row}[attachments]"/>
<et2-description class="status_img $row_cont[class]"></et2-description> <et2-description class="status_img $row_cont[class]"></et2-description>