Changements bordure droite https://github.com/marienfressinaud/FreshRSS/pull/322
@@ -290,8 +290,8 @@
text-overflow: ellipsis;
}
.flux:hover .item.title {
- overflow: visible;
- padding-right: 2em;
+ border-right: 2px solid rgba(127, 127, 127, 0.1);
+ padding-right: 1em;
position: absolute;
.flux .item.title a {
@@ -272,8 +272,8 @@ body {