Email library: nudge card subject + date line 4px right
This commit is contained in:
parent
85966881d3
commit
27c92caee8
1 changed files with 7 additions and 0 deletions
|
|
@ -34531,6 +34531,13 @@ button.cal-add-btn.cal-add-btn-text.cal-add-btn-sm:hover .cal-add-label {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
#email-lib-grid { position: relative; }
|
#email-lib-grid { position: relative; }
|
||||||
|
/* Nudge the subject + sender/date meta line 4px right inside each
|
||||||
|
email card so they don't sit flush against the read/unread/done
|
||||||
|
markers on the left. */
|
||||||
|
#email-lib-grid .email-card-titlerow,
|
||||||
|
#email-lib-grid .memory-item-meta {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
.email-loading-label {
|
.email-loading-label {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue