Prechádzať zdrojové kódy

Style titres trop longs avec toutes les icônes

https://github.com/marienfressinaud/FreshRSS/issues/385
Alexandre Alapetite 12 rokov pred
rodič
commit
1863b88b6c

+ 1 - 1
p/themes/Dark/freshrss.css

@@ -653,7 +653,7 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		max-width: calc(100% - 545px);
+		max-width: calc(100% - 580px);
 		padding-right: 1.5em;
 		position: absolute;
 	}

+ 1 - 1
p/themes/Flat/freshrss.css

@@ -657,7 +657,7 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		max-width: calc(100% - 545px);
+		max-width: calc(100% - 580px);
 		padding-right: 1.5em;
 		position: absolute;
 	}

+ 1 - 1
p/themes/Origine/freshrss.css

@@ -658,7 +658,7 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		max-width: calc(100% - 545px);
+		max-width: calc(100% - 580px);
 		padding-right: 1.5em;
 		position: absolute;
 	}