소스 검색

fix: #1711 input range style in mobile screen

Yidadaa 1 년 전
부모
커밋
4ca34e0436
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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);
+  }
 }