mirror of
https://github.com/moparisthebest/mail
synced 2025-01-31 15:10:13 -05:00
added dash to desktop mail list as separator between body and subject
This commit is contained in:
parent
aaf3743665
commit
88370adbf3
@ -409,7 +409,7 @@
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
border-bottom: 1px solid $color-border-light;
|
border-bottom: 1px solid $color-border-light;
|
||||||
padding: $cell-padding-vertical $cell-padding-horizontal;
|
padding: $cell-padding-vertical $cell-padding-horizontal;
|
||||||
width: 25%;
|
width: 12em;
|
||||||
}
|
}
|
||||||
&__subject {
|
&__subject {
|
||||||
@include scut-truncate;
|
@include scut-truncate;
|
||||||
@ -420,8 +420,12 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
& > span {
|
& > span {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.2em;
|
||||||
color: $color-text-light;
|
color: $color-text-light;
|
||||||
|
&:before {
|
||||||
|
content: '-';
|
||||||
|
margin-right: 0.2em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__time {
|
&__time {
|
||||||
|
Loading…
Reference in New Issue
Block a user