Skip to content

chatgpt_hover_Widen by leizingyiu

Details

Authorleizingyiu

LicenseNo License

Categorychatgpt

Created

Updated

Size393 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

widen when hover

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           chatgpt_hover_Widen
@namespace      leizingyiu.net
@version        1.0.0
@description    widen when hover
@author         Leizingyiu
==/UserStyle== */

@-moz-document domain("chatgpt.com") {
    /* 在此插入代码... */
	
	main article>div>div{
		transition:max-width 0.5s ease; 
	}
	main article>div>div:hover{
		max-width: max(40rem , 90%)!important;
	}
}

Reviews

No reviews yet.