aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-04 20:53:05 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-04 20:53:05 +0200
commitfee7d8b6a7c68623e41f1c4256c11eb1dda9f169 (patch)
treea4e00a76c6f79c3cb87180e798283296c689dc30
parentf3a7343644847f1eb637c3ca45e1ab5c73294a07 (diff)
Full with for audio UI (#2877)
#fix https://github.com/FreshRSS/FreshRSS/issues/2875
-rw-r--r--p/themes/Alternative-Dark/template.css6
-rw-r--r--p/themes/Alternative-Dark/template.rtl.css6
-rw-r--r--p/themes/base-theme/template.css6
-rw-r--r--p/themes/base-theme/template.rtl.css6
4 files changed, 20 insertions, 4 deletions
diff --git a/p/themes/Alternative-Dark/template.css b/p/themes/Alternative-Dark/template.css
index 7c98fd789..cb584fdd5 100644
--- a/p/themes/Alternative-Dark/template.css
+++ b/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;
diff --git a/p/themes/Alternative-Dark/template.rtl.css b/p/themes/Alternative-Dark/template.rtl.css
index 46fc3974e..7696ae8b4 100644
--- a/p/themes/Alternative-Dark/template.rtl.css
+++ b/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;
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 903ddf56f..cda380928 100644
--- a/p/themes/base-theme/template.css
+++ b/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;
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index b67d6155f..1f1ad9626 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/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;