Explorar o código

CSS : style titres longs

Changements bordure droite
https://github.com/marienfressinaud/FreshRSS/pull/322
Alexandre Alapetite %!s(int64=12) %!d(string=hai) anos
pai
achega
3e64c3689e

+ 2 - 2
public/themes/default/freshrss.css

@@ -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 {

+ 2 - 2
public/themes/flat-design/freshrss.css

@@ -272,8 +272,8 @@ body {
 			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 {