Created
October 27, 2020 04:57
-
-
Save sinanm89/0d34e21bd648fd2ff1273d6f8a7dd4c3 to your computer and use it in GitHub Desktop.
always on dice rolls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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