fixed menu border radius bug (#2548)

This commit is contained in:
Raad Altaie 2022-11-16 19:13:40 -06:00 committed by GitHub
parent 6030b300f6
commit c115dfc6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
&__container {
animation: plyr-popup 0.2s ease;
background: $plyr-menu-background;
border-radius: 4px;
border-radius: $plyr-menu-radius;
bottom: 100%;
box-shadow: $plyr-menu-shadow;
color: $plyr-menu-color;