File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 88 < link rel ="stylesheet " href ="../../../scripts/owlCarousel/owlCarousel.css "/>
99 < link rel ="stylesheet " href ="../../../styles/helper.css "/>
1010 < link rel ="stylesheet " href ="../../../styles/siteIcons.css "/>
11+ < link rel ="stylesheet " href ="./widget.css "/>
1112
1213 <!-- JS -->
1314 < script type ="text/javascript " src ="../../../scripts/angular/angular.min.js "> </ script >
2122</ head >
2223< body ng-controller ="sharePluginCtrl " data-ng-cloak >
2324< div class ="holder padding-zero ">
24- < div class ="share-plugin ">
25+ < div class ="share-plugin main-page ">
2526 < div class ="share-banner clearfix " data-ng-show ="data.content.carouselImages.length ">
2627 < img src ="../../../styles/media/holder-16x9.gif "
2728 ng-if ="!carouselFlags.canShowCarousel "
28- style ="position: absolute; width: 100%; "/>
29+ style ="position: absolute; width: 100%; max-height: 380px; "/>
2930 < div id ="carousel " class ="plugin-slider text-center "
3031 load-carousel ="{{carouselFlags.carouselHasLoaded}} " data-ng-show ="carouselFlags.canShowCarousel "> </ div >
3132 </ div >
Original file line number Diff line number Diff line change 1+ .share-plugin .main-page {
2+ display : flex;
3+ flex-direction : column;
4+ gap : 15px ;
5+ }
You can’t perform that action at this time.
0 commit comments