ChatGPT-Next-Web/app/components/plugin.module.scss

16 lines
231 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;
}
}