Add some box shadow on the sticky player

This commit is contained in:
Jackson Harper
2024-03-12 20:37:05 +08:00
parent 7c3d15e31a
commit 84f0d940d2

View File

@ -617,6 +617,7 @@
bottom: 5px;
top: auto;
left: auto;
z-index: 10;
max-width: 400px;
max-height: 222px;
width: 400px;
@ -624,6 +625,8 @@
animation-name: fadeInUp;
animation-duration: 0.5s;
animation-fill-mode: both;
overflow: hidden;
box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important;
}
@keyframes fadeInUp {