#fix https://github.com/FreshRSS/FreshRSS/issues/2875
@@ -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;