Pārlūkot izejas kodu

fix: slider & text input widths

Sv443 1 gadu atpakaļ
vecāks
revīzija
821cebe5b3
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 3 3
      dist/BetterYTM.user.js
  2. 2 2
      src/components/BytmDialog.css

+ 3 - 3
dist/BetterYTM.user.js

@@ -237,7 +237,7 @@ var LogLevel;
 })(LogLevel || (LogLevel = {}));const modeRaw = "development";
 const branchRaw = "develop";
 const hostRaw = "github";
-const buildNumberRaw = "13d0aa6";
+const buildNumberRaw = "71e7217";
 /** 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 */
@@ -5398,11 +5398,11 @@ hr {
 }
 
 .bytm-ftconf-input[type=range] {
-  width: 240px;
+  width: 200px;
 }
 
 .bytm-ftconf-input[type=text] {
-  width: 240px;
+  width: 200px;
 }
 
 .bytm-ftconf-input[type=checkbox] {

+ 2 - 2
src/components/BytmDialog.css

@@ -262,11 +262,11 @@
 }
 
 .bytm-ftconf-input[type=range] {
-  width: 240px;
+  width: 200px;
 }
 
 .bytm-ftconf-input[type=text] {
-  width: 240px;
+  width: 200px;
 }
 
 .bytm-ftconf-input[type=checkbox] {