SevenOutman / vue-aplayer

:cake: Easy-to-use music player for Vue 2.x
https://vue-aplayer.js.org
MIT License
1.32k stars 200 forks source link

Can't override styles #193

Closed umutbozdag closed 4 years ago

umutbozdag commented 4 years ago

I want to override the width and height of aplayer-pic class but it doesn't work. It is only working from the browser console.

My code: .aplayer-pic { width: 90px !important; height: 90px !important; }

umutbozdag commented 4 years ago

I found the solution! My css was scoped and i had to delete it in order to change the styles. :)