mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
15 lines
152 B
SCSS
15 lines
152 B
SCSS
@import "./window.scss";
|
|
|
|
.settings {
|
|
padding: 20px;
|
|
}
|
|
|
|
.settings-title {
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.avatar {
|
|
cursor: pointer;
|
|
}
|