Skip to content

Stylus > list { display : table ;} by leizingyiu

Details

Authorleizingyiu

LicenseGNU GPLv3

Categorychrome-extension://clngdbkpkpeebahjckkjfobafhncgmne/

Created

Updated

Size596 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

show stylus in 2 columns

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Stylus _ 2Cols
@version    20240624.08.26
@namespace  ?
==/UserStyle== */

@-moz-document regexp("^\\w+-extension://[^/]+/manage.*") {
.entry{
	width: min(33% , 33vmin);
	flex-grow: 99;
	display: inline-block;
	padding: 1em;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	position: relative!important;
}


.entry>*{
	display: inline-block;
	padding: 0 1em 0.5em 0;
}

.entry>h2{
	display: block;
}

.entry>.applies-to{
	display: block;
}

.entry .style-name{
	width: 100%!important;
	max-width: unset!important;
}
}

Reviews

No reviews yet.