All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
378 B

/* the first number changes the width of the indentation
var(--subfolder-indent, 12px) -> is a variable in the modules settings in Foundry VTT, default is 12px*/
/*The rgba changes the colour of the sub folder - note this will get overwritten if the Folder is edited in game */
.subdirectory
{
border-left: var(--subfolder-indent, 12px) solid rgba(255, 255, 255, 0.2);
}