Explorar el Código

fix: Reader view on mobile screen (#4868)

maTh hace 3 años
padre
commit
0ad8e6b418
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. 4 0
      p/themes/base-theme/frss.css
  2. 4 0
      p/themes/base-theme/frss.rtl.css

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

@@ -2129,6 +2129,10 @@ input:checked + .slide-container .properties {
 		top: 0;
 	}
 
+	.reader .flux .content {
+		padding: 1rem;
+	}
+
 	.notification {
 		top: 0;
 		left: 0;

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

@@ -2129,6 +2129,10 @@ input:checked + .slide-container .properties {
 		top: 0;
 	}
 
+	.reader .flux .content {
+		padding: 1rem;
+	}
+
 	.notification {
 		top: 0;
 		right: 0;