fix: #1711 input range style in mobile screen

This commit is contained in:
Yidadaa 2023-05-24 23:21:18 +08:00
parent bb3f6ee086
commit 4ca34e0436
1 changed files with 5 additions and 0 deletions

View File

@ -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);
}
}