dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.pi-theme-letmewrite {
	all: revert;
	display: block;
	border: 0 !important;
}

.pi-theme-letmewrite .pi-item-spacing {
	padding: 0;
}

.pi-theme-letmewrite .pi-navigation {
	font-size: revert;
	font-weight: revert;
	line-height: revert;
}

.pi-theme-letmewrite.pi.collapsed {
	max-height: none;
	overflow: visible;
}

.pi-theme-letmewrite + .pi-expand-button {
	display: none;
}

p:has(+ .pi-theme-letmewrite), /* not available in sanitized css - removes stray p tags */
.pi-theme-letmewrite + p:empty { /* only removes the stray p tag at the bottom */
	display: none;
}

.pi-theme-letmewrite.portable-infobox ul {
 	text-align: revert;
}