Преглед на файлове

Zones de clic d'icônes plus larges

Corrige https://github.com/marienfressinaud/FreshRSS/issues/369
Alexandre Alapetite преди 12 години
родител
ревизия
3144f3386d
променени са 3 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 4 0
      p/themes/Dark/freshrss.css
  2. 4 0
      p/themes/Flat/freshrss.css
  3. 4 0
      p/themes/Origine/freshrss.css

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

@@ -241,6 +241,10 @@
 		background: #1a1a1a;
 		background: #1a1a1a;
 	}
 	}
 
 
+	.horizontal-list > .item > a {
+		display: block
+	}
+
 	.flux_header {
 	.flux_header {
 		background: inherit;
 		background: inherit;
 		height: 25px;
 		height: 25px;

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

@@ -236,6 +236,10 @@ body {
 		background: #fff;
 		background: #fff;
 	}
 	}
 
 
+	.horizontal-list > .item > a {
+		display: block
+	}
+
 	.flux_header {
 	.flux_header {
 		background: inherit;
 		background: inherit;
 		height: 25px;
 		height: 25px;

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

@@ -250,6 +250,10 @@
 		background: #fff;
 		background: #fff;
 	}
 	}
 
 
+	.horizontal-list > .item > a {
+		display: block
+	}
+
 	.flux_header {
 	.flux_header {
 		background: inherit;
 		background: inherit;
 		height: 25px;
 		height: 25px;