forked from XiaoMo/ChatGPT-Next-Web
fix: #1711 input range style in mobile screen
This commit is contained in:
parent
bb3f6ee086
commit
4ca34e0436
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user