aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-03-03 12:08:24 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-03-03 12:08:24 +0000
commit06a9b5ee2db1fa75cb44884eecf29ce885817856 (patch)
tree8b5760090348b9ba2289c25e567c4332aaf9ab8f /static/style.css
parentb9a4e9d737a8e482bac390af2121e75b517e9f2c (diff)
downloadblossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.tar.gz
blossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.tar.bz2
blossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.zip
fix audio widget responsiveness
Diffstat (limited to '')
-rw-r--r--static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index dfc18e3..957429b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -575,6 +575,7 @@ pre code {
}
audio {
+ max-width: 100%;
display: block;
}