Skip to content

squibler.io - 2023/10/17 21:20:17 by hanshou101

Details

Authorhanshou101

LicenseNo License

Categoryedit

Created

Updated

Size531 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           squibler.io - 2023/10/17 21:20:17
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("squibler.io") {
    /* 在此插入代码... */
	/*用于,将【HardCore】模式下,【弹出的无法显示的中文字】进行隐藏*/
	#root  div.content > div.editor > div.hardcore{
		visibility: hidden;
	}
	
	.content{/*避免编辑区,出现  滚动条*/
		height: calc(100% - 50px);
	}
	
}

Reviews

No reviews yet.