mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-20 04:30:17 +09:00
17 lines
253 B
SCSS
17 lines
253 B
SCSS
.plugin-title {
|
|
font-weight: bolder;
|
|
font-size: 16px;
|
|
margin: 10px 0;
|
|
}
|
|
.plugin-content {
|
|
font-size: 14px;
|
|
font-family: inherit;
|
|
pre code {
|
|
max-height: 240px;
|
|
overflow-y: auto;
|
|
white-space: pre-wrap;
|
|
min-width: 300px;
|
|
}
|
|
}
|
|
|