mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 02:05:59 +08:00
Improve the Stability parameter control panel
This commit is contained in:
33
app/components/sd-panel.module.scss
Normal file
33
app/components/sd-panel.module.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
.ctrl-param-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
min-height: 40px;
|
||||
padding: 10px 0;
|
||||
animation: slide-in ease 0.6s;
|
||||
flex-direction: column;
|
||||
|
||||
.ctrl-param-item-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.ctrl-param-item-title{
|
||||
font-size: 14px;
|
||||
font-weight: bolder;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.ctrl-param-item-sub-title {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.ai-models{
|
||||
button{
|
||||
margin-bottom: 10px;
|
||||
padding:10px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user