mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 23:40:42 +08:00
stash code
This commit is contained in:
15
app/components/plugin.module.scss
Normal file
15
app/components/plugin.module.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user