typebot.io/apps/builder
Prateek Kalra eba52a5397
Fix audio content overflow in windows. (#944)
/claim #667

The volume slider in audio element in windows chrome overflows.
Possible fixes:
1. Change the width of audio blocks. (Not suggested, as the width of all
blocks should be consistent)
2. Adjust the audio sub elements, so it doesn't overflow.(IMPLEMENTED)

It's not so straightforward to apply customization to audio tag element.
The best possible way I could find, to make the app look good, is by
hiding the timeline track in the audio. It was showing up very small
anyway(due to block width), so there shouldn't be an issue.
Please look at the before & after videos below.


https://github.com/baptisteArno/typebot.io/assets/29385192/f61c5b58-834d-470f-b684-bd82181e07f4



https://github.com/baptisteArno/typebot.io/assets/29385192/88f932eb-dc7e-4346-bf64-6405a015013e


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
### Summary by CodeRabbit

- Style: Improved the visual layout of the audio player on Windows. The
update includes a cleaner interface by hiding the track timeline and
adjusting the media controls panel. This change enhances the user
experience by providing a more streamlined and intuitive audio player
design.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-10-19 14:39:38 +02:00
..
public Add WhatsApp integration beta test (#722) 2023-08-29 10:05:24 +02:00
src Fix audio content overflow in windows. (#944) 2023-10-19 14:39:38 +02:00
.eslintrc.js ♻️ Add shared eslint config 2022-11-21 11:18:58 +01:00
next-env.d.ts 🚀 Init Turbo Repo 2021-12-16 15:19:05 +01:00
next.config.mjs 💚 Fix docker build when Sentry not enabled 2023-10-10 15:04:17 +02:00
package.json ⬆️ Upgrade sentry and improve its reliability 2023-10-07 12:40:43 +02:00
playwright.config.ts ♻️ Re-organize workspace folders 2023-03-15 08:35:16 +01:00
sentry.client.config.ts ⬆️ Upgrade sentry and improve its reliability 2023-10-07 12:40:43 +02:00
sentry.properties 💚 Fix sentry not receiving events 2022-12-16 08:39:14 +01:00
sentry.server.config.ts ⬆️ Upgrade sentry and improve its reliability 2023-10-07 12:40:43 +02:00
tsconfig.json ♻️ Export bot-engine code into its own package 2023-09-20 15:42:34 +02:00