/
githubmirror
/
ChatGPT-Next-Web
Обзор
Документация
Войти
/
githubmirror
/
ChatGPT-Next-Web
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
app/components/plugin.module.scss
38 строк
588 B
DDMeaqua
chore: css
23 сен 2024, 09:18
23 сен 2024, 09:18
4a60512
Код
Авторство
О чём код?
.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: 280px; } } .plugin-schema { display: flex; justify-content: flex-end; flex-direction: row; input { margin-right: 20px; @media screen and (max-width: 600px) { margin-right: 0px; } } @media screen and (max-width: 600px) { flex-direction: column; gap: 5px; button { padding: 10px; } } }