Procházet zdrojové kódy

Pas de survol mobile

https://github.com/marienfressinaud/FreshRSS/issues/367
Alexandre Alapetite před 12 roky
rodič
revize
c5274cfa29

+ 8 - 5
p/themes/Dark/freshrss.css

@@ -268,11 +268,6 @@
 			}
 		.flux .item.title {
 			background: inherit;
-		}
-		.flux:not(.current):hover .item.title {
-			border-right: 2px solid rgba(127, 127, 127, 0.1);
-			padding-right: 1em;
-			position: absolute;
 		}
 			.flux .item.title a {
 				color: #888;
@@ -652,6 +647,14 @@ select.number option {
 	text-align:right;
 }
 
+@media(min-width: 841px) {
+	.flux:not(.current):hover .item.title {
+		border-right: 2px solid rgba(127, 127, 127, 0.1);
+		padding-right: 1em;
+		position: absolute;
+	}
+}
+
 @media(max-width: 840px) {
 	.header,
 	.aside .btn-important,

+ 8 - 5
p/themes/Flat/freshrss.css

@@ -263,11 +263,6 @@ body {
 			}
 		.flux .item.title {
 			background: inherit;
-		}
-		.flux:not(.current):hover .item.title {
-			border-right: 2px solid rgba(127, 127, 127, 0.1);
-			padding-right: 1em;
-			position: absolute;
 		}
 			.flux .item.title a {
 				color: #333;
@@ -656,6 +651,14 @@ select.number option {
 	text-align:right;
 }
 
+@media(min-width: 841px) {
+	.flux:not(.current):hover .item.title {
+		border-right: 2px solid rgba(127, 127, 127, 0.1);
+		padding-right: 1em;
+		position: absolute;
+	}
+}
+
 @media(max-width: 840px) {
 	.header,
 	.aside .btn-important,

+ 8 - 5
p/themes/Origine/freshrss.css

@@ -277,11 +277,6 @@
 			}
 		.flux .item.title {
 			background: inherit;
-		}
-		.flux:not(.current):hover .item.title {
-			border-right: 2px solid rgba(127, 127, 127, 0.1);
-			padding-right: 1em;
-			position: absolute;
 		}
 			.flux .item.title a {
 				color: #000;
@@ -657,6 +652,14 @@ select.number option {
 	text-align:right;
 }
 
+@media(min-width: 841px) {
+	.flux:not(.current):hover .item.title {
+		border-right: 2px solid rgba(127, 127, 127, 0.1);
+		padding-right: 1em;
+		position: absolute;
+	}
+}
+
 @media(max-width: 840px) {
 	.header,
 	.aside .btn-important,