Skip to content

Confluence Cloud Compact Page Tree by balagansky

Details

Authorbalagansky

LicenseMIT

Categoryatlassian.net

Created

Updated

Size440 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes excessive space in between Confluence page tree items.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Confluence Cloud Compact Page Tree
@namespace      github.com/openstyles/stylus
@version        1.1.0
@description    Removes excessive space in between Confluence page tree items.
@author         Ruslan Balagansky
==/UserStyle== */

@-moz-document regexp("https://.*\\.atlassian\\.net/wiki/.*") {
	._4t3i14no {
		height: 28px;
	}
	._18u0u2gc {
		margin-left: 0px;
	}
	._2hwxu2gc {
		margin-right: 0px;
	}
}

Reviews

No reviews yet.