diff options
author | cel 🌸 <cel@blos.sm> | 2024-03-03 12:08:24 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-03-03 12:08:24 +0000 |
commit | 06a9b5ee2db1fa75cb44884eecf29ce885817856 (patch) | |
tree | 8b5760090348b9ba2289c25e567c4332aaf9ab8f /static | |
parent | b9a4e9d737a8e482bac390af2121e75b517e9f2c (diff) | |
download | blossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.tar.gz blossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.tar.bz2 blossom-06a9b5ee2db1fa75cb44884eecf29ce885817856.zip |
fix audio widget responsiveness
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
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; } |