* feat: generate select options for SystemModelSettingModal grouped by type * feat: add llm icon * feat: add upgrade button to UserSettingTeam * feat: replace the icon in the sidebar of the user settings page
28 lines
260 B
Plaintext
28 lines
260 B
Plaintext
.navs {
|
|
ul {
|
|
padding: 0;
|
|
list-style: none;
|
|
display: flex;
|
|
}
|
|
|
|
li {
|
|
margin-right: 1em;
|
|
}
|
|
}
|
|
|
|
.layout {
|
|
height: 100vh;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
.divider {
|
|
margin: 0;
|
|
}
|
|
|
|
.clickAvailable {
|
|
cursor: pointer;
|
|
}
|