Sv443 1 год назад
Родитель
Сommit
9188a14d8c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      dist/BetterYTM.user.js
  2. 1 1
      src/dialogs/dialogs.css

+ 2 - 2
dist/BetterYTM.user.js

@@ -237,7 +237,7 @@ var LogLevel;
 })(LogLevel || (LogLevel = {}));const modeRaw = "development";
 const branchRaw = "develop";
 const hostRaw = "github";
-const buildNumberRaw = "71e7217";
+const buildNumberRaw = "52f4c66";
 /** The mode in which the script was built (production or development) */
 const mode = (modeRaw.match(/^#{{.+}}$/) ? "production" : modeRaw);
 /** The branch to use in various URLs that point to the GitHub repo */
@@ -5931,7 +5931,7 @@ ytmusic-responsive-list-item-renderer.bytm-has-queue-btns:hover .bytm-generic-li
 }
 
 #bytm-cfg-dialog-bg {
-  --bytm-dialog-height-max: 750px;
+  --bytm-dialog-height-max: 900px;
   --bytm-dialog-width-max: 1000px;
 }
 

+ 1 - 1
src/dialogs/dialogs.css

@@ -1,5 +1,5 @@
 #bytm-cfg-dialog-bg {
-  --bytm-dialog-height-max: 750px;
+  --bytm-dialog-height-max: 900px;
   --bytm-dialog-width-max: 1000px;
 }