Skip to content

Commit

Permalink
Conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwpdeveloper committed Apr 29, 2024
2 parents ecf049b + e871196 commit 3b9657c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions assets/front-end/css/view/sticky-video.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,12 @@
.eaelsv-overlay-visibility-transparent .plyr--youtube.plyr--full-ui.plyr--video .plyr__control--overlaid {
opacity: 0;
}

/*******************
Theme Support
********************/

.theme-blocksy .eael-sticky-video-player2[data-sticky*=yes]:not(.in, .out),
.theme-blocksy .eael-sticky-video-player2[data-sticky*=fixed]:not(.in, .out) {
position: initial !important;
}
2 changes: 1 addition & 1 deletion assets/front-end/css/view/sticky-video.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/css/view/sticky-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,11 @@
}
}

/*******************
Theme Support
********************/
//Blocksy Theme
.theme-blocksy .eael-sticky-video-player2[data-sticky*=yes]:not(.in, .out),
.theme-blocksy .eael-sticky-video-player2[data-sticky*=fixed]:not(.in, .out) {
position: initial !important;
}

0 comments on commit 3b9657c

Please sign in to comment.