From 511e1a78e6877ece25fd19a570e35b7028db3a4c Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Wed, 4 Feb 2026 23:23:40 +0100 Subject: [PATCH] PageTemplate/Styles * set styles for audio controls so they visually fit on chrome --- static/css/aowow.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/aowow.css b/static/css/aowow.css index 53ca4482..4fe19b47 100644 --- a/static/css/aowow.css +++ b/static/css/aowow.css @@ -4126,6 +4126,14 @@ div.captcha-center { font-size: 11px; } +audio { + background: rgba(0, 0, 0, 0.21); + border-radius: 99px; + margin-bottom: 0 !important; + margin-top: 0 !important; + max-height: 32px; +} + .audio-controls td { text-align:center }