Skip to content

The width of a simple table adapts automatically by huadu

Screenshot of The width of a simple table adapts automatically

Details

Authorhuadu

LicenseNo License

Categorywww.wolai.com

Created

Updated

Size766 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

wolai笔记,简单表格自适应宽度,设置简单表格块文字颜色为深灰色即可。

Notes

wolai笔记,简单表格自适应宽度,设置简单表格块文字颜色为深灰色即可。

Source code

/* ==UserStyle==
@name         The width of a simple table adapts automatically
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("wolai.com") {
	/* 在此插入代码... */
	.table-area:has(table.table-content[style*="rgb(92, 92, 92)"]),
	[theme=dark] .table-area:has(table.table-content[style*="rgb(140, 140, 140)"]) {
		overflow: hidden!important;
	}
	table.table-content[style*="rgb(92, 92, 92)"],
	[theme=dark] table.table-content[style*="rgb(140, 140, 140)"] {
		width: calc(100% - 10px)!important;
	}
	table.table-content[style*="rgb(92, 92, 92)"] col,
	[theme=dark] table.table-content[style*="rgb(140, 140, 140)"] col {
		width: 100%!important;
	}
}

Reviews

No reviews yet.