|
@@ -1204,13 +1204,14 @@ a.website:hover .favicon {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.flux .item.title .summary {
|
|
.flux .item.title .summary {
|
|
|
- max-height: 3em;
|
|
|
|
|
|
|
+ display: -webkit-box;
|
|
|
color: var(--frss-font-color-grey-dark);
|
|
color: var(--frss-font-color-grey-dark);
|
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
- white-space: initial;
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
|
+ white-space: break-spaces;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.flux .item.title .author {
|
|
.flux .item.title .author {
|