Jelajahi Sumber

Style titres trop longs

+ correction bug "..."
https://github.com/marienfressinaud/FreshRSS/issues/385
https://github.com/marienfressinaud/FreshRSS/pull/322
Alexandre Alapetite 12 tahun lalu
induk
melakukan
c35c49df88
3 mengubah file dengan 12 tambahan dan 12 penghapusan
  1. 4 4
      p/themes/Dark/freshrss.css
  2. 4 4
      p/themes/Flat/freshrss.css
  3. 4 4
      p/themes/Origine/freshrss.css

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

@@ -241,8 +241,8 @@
 		background: #1a1a1a;
 	}
 
-	.horizontal-list > .item > a {
-		display: block
+	.horizontal-list > .item:not(.title):not(.website) > a {
+		display: block;
 	}
 
 	.flux_header {
@@ -653,8 +653,8 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		border-right: 2px solid rgba(127, 127, 127, 0.1);
-		padding-right: 1em;
+		max-width: calc(100% - 545px);
+		padding-right: 1.5em;
 		position: absolute;
 	}
 }

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

@@ -236,8 +236,8 @@ body {
 		background: #fff;
 	}
 
-	.horizontal-list > .item > a {
-		display: block
+	.horizontal-list > .item:not(.title):not(.website) > a {
+		display: block;
 	}
 
 	.flux_header {
@@ -657,8 +657,8 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		border-right: 2px solid rgba(127, 127, 127, 0.1);
-		padding-right: 1em;
+		max-width: calc(100% - 545px);
+		padding-right: 1.5em;
 		position: absolute;
 	}
 }

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

@@ -250,8 +250,8 @@
 		background: #fff;
 	}
 
-	.horizontal-list > .item > a {
-		display: block
+	.horizontal-list > .item:not(.title):not(.website) > a {
+		display: block;
 	}
 
 	.flux_header {
@@ -658,8 +658,8 @@ select.number option {
 
 @media(min-width: 841px) {
 	.flux:not(.current):hover .item.title {
-		border-right: 2px solid rgba(127, 127, 127, 0.1);
-		padding-right: 1em;
+		max-width: calc(100% - 545px);
+		padding-right: 1.5em;
 		position: absolute;
 	}
 }