Browse Source

Style titres trop longs avec toutes les icônes

https://github.com/marienfressinaud/FreshRSS/issues/385
Alexandre Alapetite 12 years ago
parent
commit
1863b88b6c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      p/themes/Dark/freshrss.css
  2. 1 1
      p/themes/Flat/freshrss.css
  3. 1 1
      p/themes/Origine/freshrss.css

+ 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;
 	}