Make flexible multi-lined macrobar
Roll20 multiline macrobar by IDeathByte
Details
AuthorIDeathByte
LicenseNo License
CategoryRoll20
Created
Updated
Size453 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}