Email reader cluster: solid bg in wrapped 2-row mode to stop body bleed-through
This commit is contained in:
parent
37e49246a6
commit
a57327c13f
1 changed files with 4 additions and 0 deletions
|
|
@ -28309,6 +28309,10 @@ button .spinner-whirlpool {
|
||||||
icons and fan the cluster into a 3rd row. */
|
icons and fan the cluster into a 3rd row. */
|
||||||
min-width: 158px;
|
min-width: 158px;
|
||||||
max-width: 158px;
|
max-width: 158px;
|
||||||
|
/* Solid background so the email body content behind the cluster
|
||||||
|
doesn't peek through the gaps between icons or the slack on
|
||||||
|
the right edge when the cluster's wrapped to 2 rows. */
|
||||||
|
background: var(--bg);
|
||||||
}
|
}
|
||||||
/* Tighten the right-side padding now that the cluster is 158px
|
/* Tighten the right-side padding now that the cluster is 158px
|
||||||
wide (instead of the ~308 wide 1-row layout). */
|
wide (instead of the ~308 wide 1-row layout). */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue