Skip to content

chat-gpt-next-web-hanshou101.vercel.app by hanshou101

Details

Authorhanshou101

LicenseNo License

Categoryabc

Created

Updated

Size617 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

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;
		min-height: 90vh;
	}

	div[class^="ui-lib_modal-content"] {
		max-height: unset;
	}

	textarea[class*="ui-lib_input"][class*="chat_context-content"] {
		min-height: 10em;
	}
}

Reviews

No reviews yet.