Skip to content

优化【Kimi插件】显示 by hanshou101

Details

Authorhanshou101

LicenseNo License

Categorybeautify

Created

Updated

Size1.1 kB

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           readthedocs.io - 2024年7月
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document regexp("https?://.*") {

	#kimi-web-extension {
		div[class*="_modal_"][class*="_chat_"] {
			margin-top: 3vh !important;
			min-height: 94vh;
			min-width: 80vw;
			max-height:unset !important;
		}
		
		div[class*="_modal_"][class*="_explore_"] {
			left: 5vw !important;
			min-width: 90vw !important;
			max-height:unset !important;
		}
		
		/* 框选后的小悬浮框。 */
		div[class*="_toolbar_"]{
			width: 3em;
			height: 3em;
			/*transform: translatex(-15em) !important;*/
			left:10em !important;
			/*position: relative;*/
		}
	}
	:host abc_test_111111111111111111111111111111111111111111111 {
		/* 		background: black !important; */
		outline: 1px solid red !important;
		margin-top: 0 !important;
		background: black;
	}

	/* 	:host * { outline: 1px solid red !important; }
	* { outline: 1px solid green !important; } */
}

Reviews

No reviews yet.