gearheads
/
mastodon
Archived
2
0
Fork 0

Gearheads: add shadow to popout video

gh/stable
Ducky 2023-07-29 01:52:48 +01:00
parent f6625f49c2
commit ccaafd7157
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
.theme-elephant-contrast, .theme-elephant-contrast,
.theme-elephant-light { .theme-elephant-light {
/** Add shadows around dropdowns/popouts **/ /** Add shadows around dropdowns/popouts **/
.dropdown-animation { .dropdown-animation,
box-shadow: 0 0 40px rgba(0,0,0,0.25); .video-modal__container .video-player {
box-shadow: 0 0 20px rgba(0,0,0,0.25);
} }
/** Offset modified logo for desktop layout **/ /** Offset modified logo for desktop layout **/