Explorar el Código

fix global view unread articles counter (#7247)

maTh hace 1 año
padre
commit
f2c820dccd
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      p/themes/base-theme/frss.css
  2. 1 0
      p/themes/base-theme/frss.rtl.css

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

@@ -2270,6 +2270,7 @@ html.slider-active {
 	border-radius: 12px;
 	line-height: 1;
 	font-weight: initial;
+	text-indent: 0;
 }
 
 .feed.active .item-title:not([data-unread="0"])::after {

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

@@ -2270,6 +2270,7 @@ html.slider-active {
 	border-radius: 12px;
 	line-height: 1;
 	font-weight: initial;
+	text-indent: 0;
 }
 
 .feed.active .item-title:not([data-unread="0"])::after {