Explorar el Código

fix: Thumbnails background (#5058)

* fix

* fix
maTh hace 3 años
padre
commit
9e4b4c9072
Se han modificado 2 ficheros con 10 adiciones y 2 borrados
  1. 5 1
      p/themes/base-theme/frss.css
  2. 5 1
      p/themes/base-theme/frss.rtl.css

+ 5 - 1
p/themes/base-theme/frss.css

@@ -1212,10 +1212,14 @@ a.website:hover .favicon {
 
 .flux .item.thumbnail {
 	line-height: 0;
-	padding: 0.75rem;
+	padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items);
 	height: 80px;
 }
 
+.flux .item.thumbnail .item-element {
+	padding: 0;
+}
+
 .flux .item.thumbnail.small {
 	height: 40px;
 }

+ 5 - 1
p/themes/base-theme/frss.rtl.css

@@ -1212,10 +1212,14 @@ a.website:hover .favicon {
 
 .flux .item.thumbnail {
 	line-height: 0;
-	padding: 0.75rem;
+	padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items);
 	height: 80px;
 }
 
+.flux .item.thumbnail .item-element {
+	padding: 0;
+}
+
 .flux .item.thumbnail.small {
 	height: 40px;
 }