mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 22:12:33 +08: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