mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-16 08:00:22 +00:00
fix: 兼容不同浏览器的input range兼容
This commit is contained in:
7
app/components/input-range.module.scss
Normal file
7
app/components/input-range.module.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.input-range {
|
||||
border: var(--border-in-light);
|
||||
border-radius: 10px;
|
||||
padding: 5px 15px 5px 10px;
|
||||
font-size: 12px;
|
||||
display: flex;
|
||||
}
|
Reference in New Issue
Block a user