mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2024-12-03 09:19:54 +08:00
21 lines
237 B
SCSS
21 lines
237 B
SCSS
@import "./window.scss";
|
|
|
|
.settings {
|
|
padding: 20px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.settings-title {
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.settings-sub-title {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.avatar {
|
|
cursor: pointer;
|
|
}
|