A new userstyle
ChatGPT's Mask by hanshou101
Details
Authorhanshou101
LicenseNo License
Categorychatgpt
Created
Updated
Size634 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chat-gpt-next-web-hanshou101.vercel.app - 2023/5/25 15:18:38
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("chat-gpt-next-web-hanshou101.vercel.app") {
/* 在此插入代码... */
/* 控制,中间的【面具编辑框】的大小 */
div[class^="ui-lib_modal-container"] {
overflow: auto;
max-height: 90vh;
}
div[class^="ui-lib_modal-content"] {
max-height: unset;
}
div[class*="ui-lib_input"][class*="chat_context-content"] {
min-height: 10em;
}
}