forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2134 from Yidadaa/bugfix-0625
fix: input-range style
This commit is contained in:
commit
5f7c262759
@ -1,12 +1,13 @@
|
|||||||
.input-range {
|
.input-range {
|
||||||
border: var(--border-in-light);
|
border: var(--border-in-light);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 5px 15px 5px 10px;
|
padding: 5px 10px 5px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
|
|
||||||
input[type="range"] {
|
input[type="range"] {
|
||||||
max-width: calc(100% - 50px);
|
max-width: calc(100% - 34px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user