Sfoglia il codice sorgente

fix: notification box in mobile view (#4960)

maTh 3 anni fa
parent
commit
b64650801f
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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

@@ -2171,6 +2171,7 @@ input:checked + .slide-container .properties {
 	}
 	}
 
 
 	.notification {
 	.notification {
+		padding: 0.75rem;
 		top: 0;
 		top: 0;
 		left: 0;
 		left: 0;
 		right: 0;
 		right: 0;

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

@@ -2171,6 +2171,7 @@ input:checked + .slide-container .properties {
 	}
 	}
 
 
 	.notification {
 	.notification {
+		padding: 0.75rem;
 		top: 0;
 		top: 0;
 		right: 0;
 		right: 0;
 		left: 0;
 		left: 0;