Browse Source

Fix comment

ErykDarnowski 2 năm trước cách đây
mục cha
commit
b6bec07368
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Extensions/combined/src/bar.js

+ 1 - 1
Extensions/combined/src/bar.js

@@ -91,7 +91,7 @@ function createRateBar(likes, dislikes) {
             "1px solid var(--yt-spec-10-percent-layer)";
           descriptionAndActionsElement.style.paddingBottom = "10px";
 
-          // Fix bar offset in new UI
+          // Fix like/dislike ratio bar offset in new UI
           document.getElementById("actions-inner").style.width = "revert";
           if (isRoundedDesign()) {
             document.getElementById("actions").style.flexDirection =