|
@@ -24,7 +24,7 @@ function createStarRating(rating, isMobile) {
|
|
|
|
|
|
try {
|
|
|
let YTBar = document.querySelector('#ryd-bar-container');
|
|
|
- YTBar.setAttribute("style", "width: 196%; height: 2px;");
|
|
|
+ YTBar.setAttribute("style", "width: 190%; height: 2px;");
|
|
|
}
|
|
|
catch(err) {
|
|
|
cLog("RateBar Not Present");
|
|
@@ -98,4 +98,4 @@ document.head.insertAdjacentHTML("beforeend", style);
|
|
|
|
|
|
}
|
|
|
|
|
|
- export { createStarRating };
|
|
|
+ export { createStarRating };
|