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.
 
 
 

36 lines
614 B

/* Dice Tray */
/* Glass - Add new styling */
.dice-tray button {
border: none;
border-radius: var(--dorako-radius);
background-color: var(--dorako-bg-current);
/* backdrop-filter: var(--dorako-vibrancy); */
/*will-change: backdrop-filter;*/
transform: translate3d(0px, 0px, 0px);
box-shadow: var(--glassy);
}
.dice-tray button {
padding: 0px;
}
.dice-tray,
.dice-tray .flexrow {
gap: 5px;
}
.dice-tray {
display: flex;
flex-direction: column;
padding: 2px;
}
#chat-controls .roll-type-select {
height: unset;
}
.dice-tray button svg {
height: 32px;
}