1
0
mirror of https://github.com/Yidadaa/ChatGPT-Next-Web.git synced 2025-08-19 03:49:38 +08:00
Files
ChatGPT-Next-Web/app/components/settings.module.scss
2023-03-21 16:20:32 +00:00

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;
}