Skip to content

Roll20 multiline macrobar by IDeathByte

Screenshot of Roll20 multiline macrobar

Details

AuthorIDeathByte

LicenseNo License

CategoryRoll20

Created

Updated

Size453 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make flexible multi-lined macrobar

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Roll20 multiline macrobar
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make flexible multi-lined macrobar
@author         DeathByte
==/UserStyle== */
@-moz-document url-prefix("https://app.roll20.net/editor/") {
	#macrobar {
		height: auto;
	}
	#macrobar_macros {
		max-width: 70%;
		display: flex;
		flex-wrap: wrap;
	}
	#macrobar .macrobox {
		margin: 3px;
	}
}

Reviews

No reviews yet.