You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to reduce the size of the progress bar of the audio file. I can see in the inspect element section that the necessary div with class name is .vac-progress-bar. I have applied style in the vue component where i have imported the chat component. But its not working. I have even tried this .vac-chat-container .vac-container-scroll .vac-messages-container .vac-message-wrapper .vac-message-box .vac-audio-player .vac-player-bar { /* Your styles here */ max-width: calc(100% - 48px) !important; }
The text was updated successfully, but these errors were encountered:
I want to reduce the size of the progress bar of the audio file. I can see in the inspect element section that the necessary div with class name is .vac-progress-bar. I have applied style in the vue component where i have imported the chat component. But its not working. I have even tried this
.vac-chat-container .vac-container-scroll .vac-messages-container .vac-message-wrapper .vac-message-box .vac-audio-player .vac-player-bar { /* Your styles here */ max-width: calc(100% - 48px) !important; }
The text was updated successfully, but these errors were encountered: