Browse Source

fix: #1711 input range style in mobile screen

Yidadaa 1 year ago
parent
commit
4ca34e0436
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app/components/input-range.module.scss

+ 5 - 0
app/components/input-range.module.scss

@@ -4,4 +4,9 @@
   padding: 5px 15px 5px 10px;
   font-size: 12px;
   display: flex;
+  max-width: 40%;
+
+  input[type="range"] {
+    max-width: calc(100% - 50px);
+  }
 }