Browse Source

Full with for audio UI (#2877)

#fix https://github.com/FreshRSS/FreshRSS/issues/2875
Alexandre Alapetite 6 năm trước cách đây
mục cha
commit
fee7d8b6a7

+ 5 - 1
p/themes/Alternative-Dark/template.css

@@ -93,10 +93,14 @@ img.favicon {
 }
 
 /*=== Videos */
-iframe, embed, object, video {
+audio, iframe, embed, object, video {
 	max-width: 100%;
 }
 
+audio {
+	width: 100%;
+}
+
 /*=== Forms */
 legend {
 	display: block;

+ 5 - 1
p/themes/Alternative-Dark/template.rtl.css

@@ -93,10 +93,14 @@ img.favicon {
 }
 
 /*=== Videos */
-iframe, embed, object, video {
+audio, iframe, embed, object, video {
 	max-width: 100%;
 }
 
+audio {
+	width: 100%;
+}
+
 /*=== Forms */
 legend {
 	display: block;

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

@@ -93,10 +93,14 @@ img.favicon {
 }
 
 /*=== Videos */
-iframe, embed, object, video {
+audio, iframe, embed, object, video {
 	max-width: 100%;
 }
 
+audio {
+	width: 100%;
+}
+
 /*=== Forms */
 legend {
 	display: block;

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

@@ -93,10 +93,14 @@ img.favicon {
 }
 
 /*=== Videos */
-iframe, embed, object, video {
+audio, iframe, embed, object, video {
 	max-width: 100%;
 }
 
+audio {
+	width: 100%;
+}
+
 /*=== Forms */
 legend {
 	display: block;