Skip to content

Instantly share code, notes, and snippets.

@sinanm89
Created October 27, 2020 04:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinanm89/0d34e21bd648fd2ff1273d6f8a7dd4c3 to your computer and use it in GitHub Desktop.
Save sinanm89/0d34e21bd648fd2ff1273d6f8a7dd4c3 to your computer and use it in GitHub Desktop.
always on dice rolls
You need to create two files in a new folder - **always-show-rolls** - in your modules folder:
**module.json**
{
"name": "always-show-rolls",
"description": "Show rolls",
"title": "Always Show Rolls",
"version": "1.0.0",
"minimumCoreVersion": "0.4.5",
"author": "Azzurite#2004",
"scripts": [],
"styles": [
"style.css"
],
"packs": []
}
**style.css**
.dice-roll .dice-tooltip {
display: block !important;
}
And that's it! Super simple module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment