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-light {
/** Add shadows around dropdowns/popouts **/
.dropdown-animation {
box-shadow: 0 0 40px rgba(0,0,0,0.25);
.dropdown-animation,
.video-modal__container .video-player {
box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
/** Offset modified logo for desktop layout **/