scss: get rid of the webkit audio rounded corner

- Gets rid of the webkit audio rounded corner, to harmonize the style
  across web browsers.

Co-Authored-by: iGor milhit <igor@milhit.ch>
dev
iGor milhit 2024-11-22 18:24:14 +01:00
parent 9036561668
commit 0c6ae76ed9
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
@use "@picocss/pico/scss/colors/index" as *;
/* To remove the rounded corner of the webkit audio player */
audio::-webkit-media-controls-enclosure {
border-radius: 0;
}
.audio,
.stream {
border: var(--pico-border-width) solid $purple-200 ;